diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-04 23:03:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 23:03:50 -0500 |
commit | d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc (patch) | |
tree | b1fcd17ad4782ef1cb5cd3aba8539669fc2aac3c /buildSrc/src/main | |
parent | ab349293e52d77f6fc4b44446e19dc80aa8e789f (diff) | |
download | kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.tar.gz kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.tar.bz2 kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.zip |
Coroutine tests (#185)
* Add some coroutine tests for implicit cancellation
* Create util test and new helper methods
* Remove coroutinescope extension from withcontext
* Update dependencies
Diffstat (limited to 'buildSrc/src/main')
-rw-r--r-- | buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy index e6f3cd7..4afec82 100644 --- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy +++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy @@ -27,7 +27,7 @@ class Versions { static def kotlin = '1.3.11' // https://github.com/Kotlin/kotlinx.coroutines/releases - static def coroutines = '1.0.1' + static def coroutines = '1.1.0' // https://github.com/mikepenz/AboutLibraries/releases static def aboutLibraries = '6.2.0' @@ -72,6 +72,8 @@ class Versions { static def playPublishPlugin = '1.2.2' // https://github.com/KeepSafe/dexcount-gradle-plugin/releases - static def dexCountPlugin = '0.8.3' - static def gitVersionPlugin = '0.4.4' + static def dexCountPlugin = '0.8.5' + + // https://github.com/gladed/gradle-android-git-version/releases + static def gitVersionPlugin = '0.4.7' }
\ No newline at end of file |