plnice / can-i-drop-jetifier

Gradle plugin that checks if there are dependencies using support library instead of AndroidX.
Apache License 2.0
558 stars 14 forks source link

Playservices & Firebase libraries #9

Closed markchristopherng closed 5 years ago

markchristopherng commented 5 years ago

Hi,

Thanks for the plugin, question around the results. I am using the latest libraries for Playservices & Firebase and the plugin reports that they need to be jetified. I couldn't find any Android X versions of them, is this correct?

Cannot drop Jetifier due to following dependencies:

plnice commented 5 years ago

Yes, unfortunately Google didn't provide the AndroidX-based versions of those packages yet, so you cannot drop Jetifier until they are released and you use them.

ppamorim commented 5 years ago

@plnice That's really confusing since it's a collection of libraries provided by them...

aried3r commented 5 years ago

The June update of most of these libraries have migrated to AndroidX. See https://firebase.google.com/support/release-notes/android#update_-_june_17_2019 and https://developers.google.com/android/guides/releases#june_17_2019

markchristopherng commented 5 years ago

Great thanks for the update!