-
Notifications
You must be signed in to change notification settings - Fork 48
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
Upgrade to AndroidX #446
Labels
Comments
4 tasks
@tobrun will we be using this updated Telem SDK with AndroidX on Hydrogen, Carbon, or both? |
both, this is a requirement for a enterprise customer switching from building from source to consuming our published binaries. In normal cases, a user could leverage jetifier to replace the support libraries coming from this library but this specific customer isn't using gradle and thus unable to use jetifier. |
nkukday
added a commit
that referenced
this issue
Jan 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are still relying on support libraries:
https://github.com/mapbox/mapbox-events-android/blob/master/gradle/dependencies.gradle
To completely remove support libraries from maps sdk, we need to update this to AndroidX equivalents.
The text was updated successfully, but these errors were encountered: