From 806a1463d4b149a50121aaa1e311cd911de6031d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 9 Jun 2016 21:49:10 -0700 Subject: Fix proguard killing SearchView --- app/build.gradle | 2 +- app/proguard.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 382eef10..d35db5f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 22 - versionCode 179 + versionCode 180 versionName '5.1.8' setProperty("archivesBaseName", "DSub $versionName") } diff --git a/app/proguard.cfg b/app/proguard.cfg index 8e1a0a0a..a18ae91a 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -44,6 +44,7 @@ } -keep class android.support.v7.app.MediaRouteButton { *; } +-keep class android.support.v7.widget.SearchView { *; } -dontwarn android.support.** -- cgit v1.2.3