vestrel00/android-dagger-butterknife-mvp

Upgrade Android Studio to 3.2.0 (and other version upgrades)

Closed this issue · 2 comments

It's March 7, 2018 and its about time to upgrade stuff here to the latest versions;

Special thanks to @1and1get2 for starting this process in #69

  1. Android Studio: 2.3.3 -> 3.2.0 (canary 5)
  2. Gradle: 3.4.1 -> 4.6 (Android Studio 3.x+ requires Gradle version 4.1 or higher).
  3. Kotlin: 1.2.0 -> 1.2.21 (The newest version is 1.2.30. However, Android Studio 3.2.0 includes Kotlin plugin v1.2.21.)
  4. Support Lib: 26.0.1 -> 27.1.0
  5. Dagger 2: 2.14 -> 2.14.1
  6. Butterknife: 8.8.0 -> 8.8.1
  7. buildToolsVersion: 26.0.1 -> 27.0.3
  8. compileSdkVersion: 26 -> 27
  9. targetSdkVersion: 26 -> 27

The above updates will be applied to all branches: master, master-support, master-kotlin, master-support-kotlin.

Update

Here are the PRs that apply the above upgrades to the main branches;

  • master: #71
  • master-kotlin: #72
  • master-support: #73
  • master-support-kotlin: #74

As of merging the above PRs, Travis builds fails due to Android-27 licensing issues. A temporary workaround fixes this in 303c65c.

All branches have been upgraded.