diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 20:06:24 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 20:06:24 -0700 |
commit | ed3efcef75bdcea962c1e281039d8bd96639e6a1 (patch) | |
tree | 59bff9ce9743cf6979d239750064a941187331c6 /gradle.properties | |
parent | cddb866441d04814a13a0cedb7e1e3da4908ebf4 (diff) | |
download | frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.tar.gz frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.tar.bz2 frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.zip |
Update kau
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 00243757..1ba82d73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,17 +19,15 @@ BUILD_TOOLS=26.0.0 VERSION_CODE=5 VERSION_NAME=0.5 -KAU=c09b59f09a -KOTLIN=1.1.3 +KAU=v1.3 +KOTLIN=1.1.2-5 MATERIAL_DRAWER=5.9.3 MATERIAL_DRAWER_KT=1.0.4 IICON_MATERIAL=2.2.0.2 IICON_COMMUNITY=1.9.32.1 JSOUP=1.10.3 GLIDE=4.0.0-RC1 -RETROFIT=2.2.0 DBFLOW=4.0.4 -ROBOELECTRIC=3.3.2 PAPER_PARCEL=2.0.1 SWIPE_BACK=3.1.2 CRASHLYTICS=2.6.8 |