diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-20 23:12:41 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-12-20 23:12:41 -0500 |
commit | 46fb61e53327c6eb1ebc3bfced956f3e05f55abc (patch) | |
tree | 089af862fca40af108801d2f5f0de81b05326d90 /gradle.properties | |
parent | 813be84a518ca39bba91b26b43b3db56a9d186c7 (diff) | |
download | frost-46fb61e53327c6eb1ebc3bfced956f3e05f55abc.tar.gz frost-46fb61e53327c6eb1ebc3bfced956f3e05f55abc.tar.bz2 frost-46fb61e53327c6eb1ebc3bfced956f3e05f55abc.zip |
Add initial coroutines
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 825b2b33..08365da7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,8 @@ APP_GROUP=com.pitchedapps KAU=572d470 KOTLIN=1.3.10 +# https://github.com/Kotlin/kotlinx.coroutines/releases +COROUTINES=1.0.1 # https://github.com/bugsnag/bugsnag-android/releases BUGSNAG=4.9.2 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases |