diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-09 01:54:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 01:54:12 -0500 |
commit | e1c12f7716511d15e7534b959370619ebf04af81 (patch) | |
tree | fe8af0e01c6dc44f869b165b15b991ac9caee22a /gradle.properties | |
parent | fc4a018d4862f6d64b6a4c737d90c46574bbf92b (diff) | |
download | frost-e1c12f7716511d15e7534b959370619ebf04af81.tar.gz frost-e1c12f7716511d15e7534b959370619ebf04af81.tar.bz2 frost-e1c12f7716511d15e7534b959370619ebf04af81.zip |
Update/kau (#476)
* Update all dependencies
* Revert to working build
* Update kau again
* Update nullables
* Update more nullables
* Inline some things
* Add images to readme
* Update readme translators
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 33d0afd6..c879b29e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.2 -KAU=a0587e8 +KAU=4e52d2d KOTLIN=1.1.51 COMMONS_TEXT=1.1 @@ -27,10 +27,10 @@ EXOMEDIA=4.0.3 IAB=1.0.44 IICON_COMMUNITY=1.9.32.2 IICON_MATERIAL=2.2.0.3 -JSOUP=1.10.3 -LEAK_CANARY=1.5.1 -MATERIAL_DRAWER_KT=1.0.6 -OKHTTP=3.8.1 +JSOUP=1.11.1 +LEAK_CANARY=1.5.4 +MATERIAL_DRAWER_KT=1.2.1 +OKHTTP=3.9.0 PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 RX_ANDROID=2.0.1 |