diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index e102e199..43b45257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,17 +14,17 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=5b3762b +KAU=11f0d0f KOTLIN=1.2.71 # https://github.com/bugsnag/bugsnag-android/releases -BUGSNAG=4.6.1 +BUGSNAG=4.8.2 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases -BUGSNAG_PLUGIN=3.4.1 +BUGSNAG_PLUGIN=3.4.2 # https://github.com/KeepSafe/dexcount-gradle-plugin/releases -DEX_PLUGIN=0.8.3 +DEX_PLUGIN=0.8.4 # https://github.com/gladed/gradle-android-git-version/releases -GIT_PLUGIN=0.4.4 +GIT_PLUGIN=0.4.5 # https://mvnrepository.com/artifact/org.apache.commons/commons-text COMMONS_TEXT=1.4 # https://github.com/Raizlabs/DBFlow/releases |