diff options
author | Allan Wang <allanwang@google.com> | 2019-09-12 11:55:22 -0700 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-09-12 11:55:22 -0700 |
commit | 729a72d74bd1c208342aad68f8fb3d0a8a4d1194 (patch) | |
tree | 20f968adf06cceda67f9e3c3b2f25c1e8d717770 /buildSrc/src/main | |
parent | c6140c1008b042376bab328780f1686b75a9f839 (diff) | |
download | kau-729a72d74bd1c208342aad68f8fb3d0a8a4d1194.tar.gz kau-729a72d74bd1c208342aad68f8fb3d0a8a4d1194.tar.bz2 kau-729a72d74bd1c208342aad68f8fb3d0a8a4d1194.zip |
Update versions
Diffstat (limited to 'buildSrc/src/main')
-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 010aaa0..a646292 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -27,7 +27,7 @@ object Versions { const val kotlin = "1.3.41" // https://github.com/Kotlin/kotlinx.coroutines/releases - const val coroutines = "1.3.0-RC2" + const val coroutines = "1.3.1" // https://github.com/mikepenz/AboutLibraries/releases const val aboutLibraries = "6.2.3" @@ -36,7 +36,7 @@ object Versions { const val blurry = "3.0.0" // https://github.com/mikepenz/FastAdapter/releases - const val fastAdapter = "4.1.0-b01" + const val fastAdapter = "4.1.0-b02" // https://github.com/bumptech/glide/releases const val glide = "4.9.0" @@ -71,7 +71,7 @@ object Versions { const val bugsnagPlugin="4.5.2" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "3.5.0-rc03" + const val gradlePlugin = "3.5.0" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases @@ -81,5 +81,5 @@ object Versions { const val dexCountPlugin = "0.8.6" // https://github.com/gladed/gradle-android-git-version/releases - const val gitVersionPlugin = "0.4.9" + const val gitVersionPlugin = "0.4.10" }
\ No newline at end of file |