aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy6
1 files changed, 3 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 a85fe97..e6f3cd7 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
@@ -26,12 +26,12 @@ class Versions {
// https://kotlinlang.org/docs/reference/using-gradle.html
static def kotlin = '1.3.11'
+ // https://github.com/Kotlin/kotlinx.coroutines/releases
+ static def coroutines = '1.0.1'
+
// https://github.com/mikepenz/AboutLibraries/releases
static def aboutLibraries = '6.2.0'
- // https://github.com/Kotlin/anko/releases
- static def anko = '0.10.5'
-
// https://github.com/wasabeef/Blurry/releases
static def blurry = '2.1.1'