aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle2
-rw-r--r--app/proguard.cfg1
2 files changed, 2 insertions, 1 deletions
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.**