diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 15:04:46 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 15:04:46 -0700 |
commit | cddb866441d04814a13a0cedb7e1e3da4908ebf4 (patch) | |
tree | bd68a2a0b49e59206b4ce12093be1e22d236e4b0 /gradle.properties | |
parent | 6270c060e4d33db12903e476146456569d260261 (diff) | |
download | frost-cddb866441d04814a13a0cedb7e1e3da4908ebf4.tar.gz frost-cddb866441d04814a13a0cedb7e1e3da4908ebf4.tar.bz2 frost-cddb866441d04814a13a0cedb7e1e3da4908ebf4.zip |
Test dependencies 2
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ed651a11..00243757 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,12 +20,13 @@ VERSION_CODE=5 VERSION_NAME=0.5 KAU=c09b59f09a +KOTLIN=1.1.3 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.2 -GLIDE=4.0.0-RC0 +JSOUP=1.10.3 +GLIDE=4.0.0-RC1 RETROFIT=2.2.0 DBFLOW=4.0.4 ROBOELECTRIC=3.3.2 |