diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-05 15:17:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 15:17:50 -0700 |
commit | caaa5653deda0640a475d0ccad6daeb7852502f7 (patch) | |
tree | 9cafb26ac81f4b9b5879f42ba75711055d97da2a /gradle.properties | |
parent | a2a11ff0558ffb498ce56e08af74139a4650d843 (diff) | |
download | kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.gz kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.bz2 kau-caaa5653deda0640a475d0ccad6daeb7852502f7.zip |
Release v3.2.5 (#26)3.2.5
* Move transparent style to core
* Update version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 55ce4e2..8d65cac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ TARGET_SDK=26 BUILD_TOOLS=26.0.1 ANDROID_SUPPORT_LIBS=26.0.0 -VERSION_NAME=3.2.4 +VERSION_NAME=3.2.5 KOTLIN=1.1.3-2 ABOUT_LIBRARIES=5.9.7 |