diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-29 17:47:29 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-29 17:47:29 -0800 |
commit | 25bd1b90509fe2b979e3461e0015f71085cb5dc9 (patch) | |
tree | ba7361b95d2b10c83ba7551d32cedef818f1ea11 /buildSrc | |
parent | e5cc1f1d5473ffa5fe5fc806e6c86ef354535ab1 (diff) | |
download | kau-25bd1b90509fe2b979e3461e0015f71085cb5dc9.tar.gz kau-25bd1b90509fe2b979e3461e0015f71085cb5dc9.tar.bz2 kau-25bd1b90509fe2b979e3461e0015f71085cb5dc9.zip |
Update versions
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Versions.kt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 95955e0..a90d80e 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -57,7 +57,7 @@ object Versions { const val materialDialog = "3.3.0" // https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md - const val koin = "2.0.1" + const val koin = "2.1.0" // https://mvnrepository.com/artifact/androidx.test.espresso/espresso-core?repo=google const val espresso = "3.2.0" @@ -72,7 +72,7 @@ object Versions { // Keep version for now, see https://github.com/diffplug/spotless/issues/521 // https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md - const val spotless = "3.26.1" + const val spotless = "3.27.1" // https://github.com/bugsnag/bugsnag-android/releases const val bugsnag = "4.22.3" @@ -81,15 +81,15 @@ object Versions { const val bugsnagPlugin="4.7.3" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "3.6.0-rc03" + const val gradlePlugin = "4.0.0-beta01" // 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 = "2.6.2" + const val playPublishPlugin = "2.7.2" // https://github.com/KeepSafe/dexcount-gradle-plugin/releases const val dexCountPlugin = "1.0.2" // https://github.com/gladed/gradle-android-git-version/releases - const val gitVersionPlugin = "0.4.12" + const val gitVersionPlugin = "0.4.13" }
\ No newline at end of file |