Skip to content

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