From 67825d600811cb3b3894a3b8fec602b15a8d9228 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 10 Jan 2021 16:32:03 -0800 Subject: More version bumps --- buildSrc/src/main/kotlin/kau/Versions.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buildSrc') diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 92d210a..99b6709 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -54,7 +54,7 @@ object Versions { const val materialDialog = "3.3.0" // https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md - const val koin = "2.2.0-beta-1" + const val koin = "2.2.2" // https://mvnrepository.com/artifact/com.google.dagger/hilt-android const val hilt = "2.29.1-alpha" @@ -75,16 +75,16 @@ object Versions { const val testRules = "1.3.0" // https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md - const val spotless = "5.5.1" + const val spotless = "5.6.1" // https://github.com/bugsnag/bugsnag-android/releases - const val bugsnag = "5.2.0" + const val bugsnag = "5.5.0" // https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases - const val bugsnagPlugin="5.2.0" + const val bugsnagPlugin="5.6.0" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "4.1.0" + const val gradlePlugin = "4.1.1" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases @@ -94,5 +94,5 @@ object Versions { const val dexCountPlugin = "2.0.0" // https://github.com/gladed/gradle-android-git-version/releases - const val gitVersionPlugin = "0.4.13" + const val gitVersionPlugin = "0.4.14" } -- cgit v1.2.3 From 36687fe3843cc6bbce7d7f9c6f69c34c67156446 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 10 Jan 2021 22:34:40 -0800 Subject: Bump to AS beta and bump spotless --- .idea/runConfigurations.xml | 1 + buildSrc/src/main/kotlin/kau/Versions.kt | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'buildSrc') diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@