aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-07 23:04:40 -0700
committerGitHub <noreply@github.com>2017-08-07 23:04:40 -0700
commit397cc1f54725aee6fb542b08f965389272469309 (patch)
treed5b7ea8185c0ae9596cdcd0c48cca2586f86a5f7 /gradle.properties
parentab7ec131b62ac1567e983c846c921bd3ada11dd4 (diff)
downloadfrost-397cc1f54725aee6fb542b08f965389272469309.tar.gz
frost-397cc1f54725aee6fb542b08f965389272469309.tar.bz2
frost-397cc1f54725aee6fb542b08f965389272469309.zip
Update/kau (#125)
* Update logger * Clean imports and bring back reactive libs * Update dependencies and make billing async
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 0a6e4ac0..a1c9cab9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,9 @@ MIN_SDK=21
TARGET_SDK=26
BUILD_TOOLS=26.0.1
-KAU=9d3169f
+KAU=3.3.0
KOTLIN=1.1.3-2
+
CRASHLYTICS=2.6.8
DBFLOW=4.0.5
IAB=1.0.43
@@ -30,5 +31,9 @@ MATERIAL_DRAWER_KT=1.0.6
OKHTTP=3.8.1
PAPER_PARCEL=2.0.1
ROBOELECTRIC=3.4
+RX_ANDROID=2.0.1
+RX_BINDING=2.0.0
+RX_JAVA=2.1.2
+RX_KOTLIN=2.1.0
SCALE_IMAGE_VIEW=3.6.0
SLIDING_PANEL=3.3.1 \ No newline at end of file