asuc-octo / berkeley-mobile-android

The danker-than-iOS Berkeley Mobile app [Outdated]
Other
10 stars 3 forks source link

Migrate to AndroidX #146

Closed eliwu64 closed 4 years ago

eliwu64 commented 4 years ago

The new Google Places SDK depends on AndroidX, so we need to do that migration first. In this PR we also:

  1. Upgrade the compile SDK version to 29
  2. Upgrade butterknife to the latest version (https://github.com/JakeWharton/butterknife)
  3. Set source compatibility to Java 8