Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update userDir path for capacitor projects #1128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

soleary1222
Copy link

No description provided.

@christocracy
Copy link
Member

Much better :)

@christocracy
Copy link
Member

I fear this fix might not work for all cases. What is your OS?

@christocracy
Copy link
Member

Thanks for your work on this. However, I don't think I'm going to merge this one. I have some AndroidX detection coming soon here to the public repo from the private repo.

eg:

dependencies {
  // Load tslocationmanager.aar
  if (useAndroidX) {
    api fileTree(include: ['*.aar'], dir: "${libDir}/tslocationmanager")
  } else {
    api fileTree(include: ['*.aar'], dir: "${libDir}/tslocationmanager/reverse")
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants