diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-22 22:36:16 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-22 22:36:16 -0700 |
commit | 981d6ffb409a501e6efcf4fe0cbe719e192beee7 (patch) | |
tree | 8cad6a8e23a493461b06c532a6a67e5f6731b39b /buildSrc/src | |
parent | 8d355d472f579d10707c8a0b65fb424eb283265d (diff) | |
download | frost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.tar.gz frost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.tar.bz2 frost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.zip |
Apply kau migration
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index a7a163fe..1e0d972e 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -14,7 +14,7 @@ object Versions { // https://github.com/mockk/mockk/releases const val mockk = "1.9.3" // https://mvnrepository.com/artifact/androidx.core/core-ktx?repo=google - const val ktx = "1.0.2" + const val ktx = "1.1.0" // https://github.com/FasterXML/jackson-core/releases const val jackson = "2.9.8" @@ -23,7 +23,7 @@ object Versions { // https://github.com/square/leakcanary/releases const val leakCanary = "1.6.2" // https://github.com/zsmb13/MaterialDrawerKt/releases - const val materialDrawerKt = "2.0.1" + const val materialDrawerKt = "3.0.0-rc01" // https://github.com/square/okhttp/releases const val okhttp = "3.14.1" // https://developer.android.com/jetpack/androidx/releases/room |