-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Androidx upgrade #355
base: master
Are you sure you want to change the base?
Androidx upgrade #355
Conversation
can be closed, duplicates #328 |
@vitorreis while there is a little overlap, I dont think this is not a dup of #328. That PR just fixes the compile warning, but still uses the depreciated support library. This PR upgrades the SDK and uses the new androidx libraries |
Can we get some movement on this PR? |
any updates? |
Look forward to updates |
what is missing for this PR to be merged? |
Why is this PR not being merged? |
@crazycodeboy please have a look |
@crazycodeboy @Fgl any updates on AndroidX? |
Is it possible to solve this conflict (android/build.gradle) anytime soon? |
Guys any update on androidX |
AndroidX
is the replacement for Google Support Libraries. Android P is the transition phase for this. The next version of Android is likely to support only AndroidX. This library fails on android builds that use the new compileSdkVersion. This PR makes the transition to AndroidX.The only changes in this PR are namespaces, package names in import statements, and Gradle dependencies.
The changes in this PR were auto-generated by Android Studio using instructions from here.