From aa5e622af45ce8a9214c11cc3839909ea02f8756 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 24 Oct 2020 09:49:33 -0700 Subject: Update to android 4.1.0 --- buildSrc/src/main/kotlin/kau/Versions.kt | 4 ++-- docs/Changelog.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index c0118bc..92d210a 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -84,14 +84,14 @@ object Versions { const val bugsnagPlugin="5.2.0" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "4.1.0-rc03" + const val gradlePlugin = "4.1.0" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases const val playPublishPlugin = "3.0.0" // https://github.com/KeepSafe/dexcount-gradle-plugin/releases - const val dexCountPlugin = "2.0.0-RC1" + const val dexCountPlugin = "2.0.0" // https://github.com/gladed/gradle-android-git-version/releases const val gitVersionPlugin = "0.4.13" diff --git a/docs/Changelog.md b/docs/Changelog.md index fb05320..95f24a2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,7 +2,7 @@ ## v6.1.0 * Add support for Android 4.1 RC03 -* Breaking: Updated iconics and buganizer dependencies +* Breaking: Updated iconics, buganizer, and spotless dependencies (major version bump) ## v6.0.0 * Add support for Android 4.1.x -- cgit v1.2.3