the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Dependency updates #922

Closed bherbst closed 4 years ago

bherbst commented 5 years ago

Summary: Updates the majority of dependencies that can be update with no code changes. Nothing particularly interesting to note, but I did also update the Gradle wrapper. Probably the most interesting thing there is it now prints fewer . characters when downloading.

We also now have the "can I drop jetifier" plugin, so we can see if we can drop jetifier (for AndroidX/support library bridging) by running ./gradlew -Pandroid.enableJetifier=false canIDropJetifier. Doing so prints all dependencies that have not migrated to AndroidX.