react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Androidx upgrade

Open gla5001 opened this issue 5 years ago • 11 comments

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.

gla5001 avatar Jan 24 '19 15:01 gla5001

can be closed, duplicates https://github.com/crazycodeboy/react-native-splash-screen/pull/328

vitorreis avatar Feb 08 '19 09:02 vitorreis

@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

gla5001 avatar Feb 08 '19 14:02 gla5001

Can we get some movement on this PR?

djMax avatar May 06 '19 17:05 djMax

any updates?

musicode avatar Jun 18 '19 10:06 musicode

Look forward to updates

jafri avatar Jul 24 '19 05:07 jafri

what is missing for this PR to be merged?

jgcmarins avatar Aug 14 '19 20:08 jgcmarins

Why is this PR not being merged?

vorasudh avatar Sep 26 '19 07:09 vorasudh

@crazycodeboy please have a look

jafri avatar Sep 26 '19 17:09 jafri

@crazycodeboy @Fgl any updates on AndroidX?

isokolovskii avatar Oct 09 '19 09:10 isokolovskii

Is it possible to solve this conflict (android/build.gradle) anytime soon?

vorasudh avatar Oct 21 '19 12:10 vorasudh

@crazycodeboy @Fgl any updates on AndroidX?

Guys any update on androidX