aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-05-02 21:42:50 -0400
committerAllan Wang <me@allanwang.ca>2018-05-02 21:42:50 -0400
commit5d65f6f13f4d382911176f8823e0257606894b9e (patch)
tree2e44c9aa47d0112edb32f1fe2f0aae44e5c2c1d9
parentc5e769deabeb80d7257b85c5c3d802cf46e6b191 (diff)
downloadfrost-5d65f6f13f4d382911176f8823e0257606894b9e.tar.gz
frost-5d65f6f13f4d382911176f8823e0257606894b9e.tar.bz2
frost-5d65f6f13f4d382911176f8823e0257606894b9e.zip
Update versions
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties10
2 files changed, 7 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index fc8d9c88..492c816a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "ca.allanwang:kau:${KAU}"
- classpath 'com.android.tools.build:gradle:3.1.0'
+ classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath "com.bugsnag:bugsnag-android-gradle-plugin:${BUGSNAG_PLUGIN}"
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:${DEX_PLUGIN}"
diff --git a/gradle.properties b/gradle.properties
index 4dc2a8c2..eb09494c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,11 +14,13 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
APP_ID=Frost
APP_GROUP=com.pitchedapps
-KAU=7ed19aa
-KOTLIN=1.2.31
+KAU=5c87048
+KOTLIN=1.2.41
-BUGSNAG=4.3.3
-BUGSNAG_PLUGIN=3.2.5
+# https://github.com/bugsnag/bugsnag-android/releases
+BUGSNAG=4.3.4
+# https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases
+BUGSNAG_PLUGIN=3.2.6
DEX_PLUGIN=0.8.2
GIT_PLUGIN=0.4.3
COMMONS_TEXT=1.2