From 43cd1034b3319365db52d03efdfff333822c7335 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 12 Nov 2017 03:46:50 -0500 Subject: misc (#102) * Update gradle * Increment android libs and add progress animator * Null check on searchview unbind, fixes #100 * Add searchview holder interface * Rename methods --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3