diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-27 00:16:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 00:16:09 -0500 |
commit | bbaddee2ed4c5f2e534683d9687392d254c37d67 (patch) | |
tree | cb7bd886194f207cddb2f654e659acbaa65ee078 /gradle.properties | |
parent | 23b9f24503130f1f3d29f0ab7a33ea3a08e0c064 (diff) | |
download | kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.gz kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.bz2 kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.zip |
Feature/fast adapter (#119)
* Update fast adapter implementation
* Add repeated click listener
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 2dd7002..5c72b0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ ANDROID_SUPPORT_LIBS=27.0.2 VERSION_NAME=3.5.1.0 -KOTLIN=1.2.0 +KOTLIN=1.2.10 ABOUT_LIBRARIES=6.0.0 ANKO=0.10.3 BLURRY=2.1.1 |