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

Update Butterknife to 10.1.0 #923

Closed bherbst closed 4 years ago

bherbst commented 5 years ago

Summary: We were on Butterknife 7.0.1, the latest is 10.1.0.

Butterknife 8 changed the annotation names, and also started providing its own Proguard rules (so we don't need to include them ourselves). Butterknife.unbind() was also removed- now Butterknife.bind() returns an Unbinder instance.

Butterknife 9 & 10 also bring AndroidX support, getting us closer to dropping Jetifier.

Test Plan: Did a few laps through the app checking for any issues, but as expected the upgrade was fairly smooth.