From b42d3efe9c2f70d9380ef68354bf31ad24f53f28 Mon Sep 17 00:00:00 2001 From: Wim Bervoets Date: Tue, 2 Aug 2016 10:02:58 +0200 Subject: [PATCH] Search autocomplete results - start with words that begin with the searchquery, then show the ones that contain the search query --- searchview/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchview/build.gradle b/searchview/build.gradle index 8cf245e8..8763d2ef 100644 --- a/searchview/build.gradle +++ b/searchview/build.gradle @@ -26,7 +26,7 @@ android { minSdkVersion 14 targetSdkVersion 24 versionCode 3 - versionName "3.3.1-nme-2" + versionName "3.3.1-nme" vectorDrawables.useSupportLibrary = true } buildTypes {