aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-10-24 09:49:33 -0700
committerAllan Wang <me@allanwang.ca>2020-10-24 09:49:33 -0700
commitaa5e622af45ce8a9214c11cc3839909ea02f8756 (patch)
tree1566cffa9f9ecc48f25e6121c2591edc030836e3
parent3ec75195a25f6e502ceca7a89aa66f6313e263e6 (diff)
downloadkau-aa5e622af45ce8a9214c11cc3839909ea02f8756.tar.gz
kau-aa5e622af45ce8a9214c11cc3839909ea02f8756.tar.bz2
kau-aa5e622af45ce8a9214c11cc3839909ea02f8756.zip
Update to android 4.1.0
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt4
-rw-r--r--docs/Changelog.md2
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