diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 1af54944..eb374206 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=b4a2ded +KAU=d850474 KOTLIN=1.3.11 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google @@ -23,6 +23,8 @@ 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 @@ -38,6 +40,10 @@ COMMONS_TEXT=1.4 DBFLOW=4.2.4 # https://github.com/brianwernick/ExoMedia/releases EXOMEDIA=4.3.0 +# https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md +KOIN=1.0.2 +# https://github.com/mockk/mockk/releases +MOCKK=1.8.13.kotlin13 # https://github.com/FasterXML/jackson-core/releases JACKSON=2.9.8 |