diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-04 13:56:12 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-04 13:56:12 -0500 |
commit | a1cf58e0eee8d16576380e05a8d87e128242bf05 (patch) | |
tree | 1e0c2a7403d267a0db0d21e2a86acf2648cd4661 /gradle.properties | |
parent | 96418eb38691b634bb176435b72b49971dc07c27 (diff) | |
download | frost-a1cf58e0eee8d16576380e05a8d87e128242bf05.tar.gz frost-a1cf58e0eee8d16576380e05a8d87e128242bf05.tar.bz2 frost-a1cf58e0eee8d16576380e05a8d87e128242bf05.zip |
Use coroutine version in kau
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 11127a3e..dcdb5630 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,6 @@ ANDROID_GRADLE=3.2.1 # https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md SPOTLESS=3.17.0 -# https://github.com/Kotlin/kotlinx.coroutines/releases -COROUTINES=1.0.1 # https://github.com/bugsnag/bugsnag-android/releases BUGSNAG=4.9.3 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases |