googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 71 forks source link

Warning: Your app isn't using AndroidX. #18

Closed jfschmakeit closed 4 years ago

jfschmakeit commented 4 years ago

The Android code of the app needs to be refactored to use AndroidX.

More background in this guide: https://goo.gl/CP92wY

windcloak commented 4 years ago

I tried to do Refactor > Migrate to AndroidX on Android Studio, but I got the error "No Usages Found in the Project" image

jfschmakeit commented 4 years ago

We have a fix for this ready and should be pushing out an update to the codelab next week. Please stay tuned!

jfschmakeit commented 4 years ago

The codelab has been upgraded to use Android X in commit cc909390da5385648fc77a19dbbdf3ff984f3b20.

The warning and prompt to upgrade to Android X should no longer appear.