diff options
author | Allan Wang <me@allanwang.ca> | 2020-05-23 17:39:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-05-23 17:39:35 -0700 |
commit | 0f22675cbb00aabad8a4e2512d8d5ec4ba125ebe (patch) | |
tree | c814db4d9d1e1981a0bed0f3acf70464eab3728b /buildSrc | |
parent | 937f488b6b2a979bc86c0bcff4b6ca9da1cda0a2 (diff) | |
download | kau-0f22675cbb00aabad8a4e2512d8d5ec4ba125ebe.tar.gz kau-0f22675cbb00aabad8a4e2512d8d5ec4ba125ebe.tar.bz2 kau-0f22675cbb00aabad8a4e2512d8d5ec4ba125ebe.zip |
Update versions
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Versions.kt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 0307ee6..1c9111a 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -27,10 +27,10 @@ object Versions { const val coreKtx = "1.2.0" // https://kotlinlang.org/docs/reference/using-gradle.html - const val kotlin = "1.3.71" + const val kotlin = "1.3.72" // https://github.com/Kotlin/kotlinx.coroutines/releases - const val coroutines = "1.3.5" + const val coroutines = "1.3.7" // https://github.com/mikepenz/AboutLibraries/releases const val aboutLibraries = "7.1.0" @@ -81,11 +81,11 @@ object Versions { const val bugsnagPlugin="4.7.4" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "4.0.0-beta03" + const val gradlePlugin = "4.0.0-rc01" // 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.7.3" + const val playPublishPlugin = "2.7.5" // https://github.com/KeepSafe/dexcount-gradle-plugin/releases const val dexCountPlugin = "1.0.2" |