aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-24 01:49:57 -0500
committerGitHub <noreply@github.com>2018-12-24 01:49:57 -0500
commit2c02356c498b3db6f13bd7a3af8689c24ca224ea (patch)
tree726ad142a8a373715493cf602786361226f624ee /gradle.properties
parentfce0bf0a6df09de78a804dc874f48f67336d9d9c (diff)
parent697d01882ba8b1dbb85484ba3bf6e810e32448fc (diff)
downloadfrost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.gz
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.bz2
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.zip
Merge branch 'dev' into update/coroutines
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties31
1 files changed, 19 insertions, 12 deletions
diff --git a/gradle.properties b/gradle.properties
index 08365da7..792f6ac0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,19 +14,25 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
APP_ID=Frost
APP_GROUP=com.pitchedapps
-KAU=572d470
-KOTLIN=1.3.10
+KAU=b4a2ded
+KOTLIN=1.3.11
+
+# https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
+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.2
+BUGSNAG=4.9.3
# https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases
-BUGSNAG_PLUGIN=3.5.0
+BUGSNAG_PLUGIN=3.6.0
# https://github.com/KeepSafe/dexcount-gradle-plugin/releases
DEX_PLUGIN=0.8.4
# https://github.com/gladed/gradle-android-git-version/releases
-GIT_PLUGIN=0.4.5
+GIT_PLUGIN=0.4.7
# https://mvnrepository.com/artifact/org.apache.commons/commons-text
# Updates blocked due to javax.script dependency
COMMONS_TEXT=1.4
@@ -36,25 +42,25 @@ DBFLOW=4.2.4
EXOMEDIA=4.3.0
# https://github.com/FasterXML/jackson-core/releases
-JACKSON=2.9.7
+JACKSON=2.9.8
# https://github.com/jhy/jsoup/releases
JSOUP=1.11.3
# https://github.com/square/leakcanary/releases
LEAK_CANARY=1.6.2
# https://github.com/zsmb13/MaterialDrawerKt/releases
-MATERIAL_DRAWER_KT=1.3.7
+MATERIAL_DRAWER_KT=2.0.1
# https://github.com/square/okhttp/releases
-OKHTTP=3.12.0
+OKHTTP=3.12.1
# https://github.com/grandstaish/paperparcel/releases
PAPER_PARCEL=2.0.6
# http://robolectric.org/getting-started/
-ROBOELECTRIC=4.0.2
+ROBOELECTRIC=4.1
# https://github.com/ReactiveX/RxAndroid/releases
RX_ANDROID=2.1.0
# https://github.com/JakeWharton/RxBinding/releases
RX_BINDING=2.2.0
# https://github.com/ReactiveX/RxJava/releases
-RX_JAVA=2.2.3
+RX_JAVA=2.2.4
# https://github.com/ReactiveX/RxKotlin/releases
RX_KOTLIN=2.3.0
# https://github.com/pwittchen/ReactiveNetwork/releases
@@ -63,5 +69,6 @@ RX_NETWORK=2.1.0
SCALE_IMAGE_VIEW=3.10.0
# https://github.com/umano/AndroidSlidingUpPanel#importing-the-library
SLIDING_PANEL=3.4.0
-# https://developer.android.com/training/testing/set-up-project#gradle-dependencies
-TEST_RULE=1.0.2
+
+android.useAndroidX=true
+android.enableJetifier=true