diff options
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 |