diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-12 03:46:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 03:46:50 -0500 |
commit | 43cd1034b3319365db52d03efdfff333822c7335 (patch) | |
tree | 6e7e5d6c6198a632e11a2855a1022feefff7b666 /gradle.properties | |
parent | 637851b6ddc4a22583797a45bdbb72eb9c6dac23 (diff) | |
download | kau-43cd1034b3319365db52d03efdfff333822c7335.tar.gz kau-43cd1034b3319365db52d03efdfff333822c7335.tar.bz2 kau-43cd1034b3319365db52d03efdfff333822c7335.zip |
misc (#102)
* Update gradle
* Increment android libs and add progress animator
* Null check on searchview unbind, fixes #100
* Add searchview holder interface
* Rename methods
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 4f368a8..36a4f12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ CORE_MIN_SDK=19 MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.2 -ANDROID_SUPPORT_LIBS=27.0.0 +ANDROID_SUPPORT_LIBS=27.0.1 VERSION_NAME=3.5.0.0 |