diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-25 12:14:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 12:14:46 -0700 |
commit | aaedf98c7c2eb9381c704367e040471cb2e9d094 (patch) | |
tree | c09a42f5357ba3a3452371018527b61939d76ec6 /gradle.properties | |
parent | 6eefe3f7c27bd388ea6eb312f056edad03175a63 (diff) | |
download | kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.tar.gz kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.tar.bz2 kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.zip |
Update dependencies and icons (#14)3.1.2
* Use kotlin color for sample
* Add play store button
* Update icon
* Update build tools
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 7825465..084621b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ APP_GROUP=ca.allanwang CORE_MIN_SDK=19 MIN_SDK=21 TARGET_SDK=26 -BUILD_TOOLS=26.0.0 -ANDROID_SUPPORT_LIBS=26.0.0-beta2 +BUILD_TOOLS=26.0.1 +ANDROID_SUPPORT_LIBS=26.0.0 KOTLIN=1.1.3-2 ABOUT_LIBRARIES=5.9.7 @@ -36,7 +36,7 @@ IICON_GOOGLE=3.0.1.1 MATERIAL_DIALOG=0.9.4.5 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 -RX_JAVA=2.1.1 +RX_JAVA=2.1.2 RX_KOTLIN=2.1.0 TIMBER=4.5.1 |