diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-29 19:04:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 19:04:26 -0400 |
commit | 17fc9729554d7e5914e61165c6e634f6f1369d40 (patch) | |
tree | 8f9cc4899e19a182515aa17efb98d4c01beb5ace /gradle.properties | |
parent | a6243384bc87548fd91fef5593f569c53750563b (diff) | |
download | frost-17fc9729554d7e5914e61165c6e634f6f1369d40.tar.gz frost-17fc9729554d7e5914e61165c6e634f6f1369d40.tar.bz2 frost-17fc9729554d7e5914e61165c6e634f6f1369d40.zip |
Enhancement/kau gradle api implementation (#240)
* Update kau
* Update kau
* Update kau
* Update external dependencies
* Update rx networks
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index eaad7a8f..512c9c86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.1 -KAU=e6a5078 +KAU=4fa1b9b KOTLIN=1.1.4-2 COMMONS_TEXT=1.1 @@ -30,13 +30,13 @@ JSOUP=1.10.3 LEAK_CANARY=1.5.1 MATERIAL_DRAWER_KT=1.0.6 OKHTTP=3.8.1 -PAPER_PARCEL=2.0.2 +PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 -RX_JAVA=2.1.2 +RX_JAVA=2.1.3 RX_KOTLIN=2.1.0 -RX_NETWORK=0.11.0 +RX_NETWORK=0.12.0 SCALE_IMAGE_VIEW=3.6.0 SLIDING_PANEL=3.3.1 |