From 2407cf69f1c53a5d78e6faec1aa6a20f26f6f8e6 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Tue, 21 Jul 2015 15:40:04 -0400 Subject: fix release build crash --- app/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index a5597adb..4d66c2ce 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,4 +19,5 @@ -dontwarn org.eclipse.jgit.** -dontwarn com.jcraft.jsch.** -dontwarn com.google.common.** --dontwarn org.slf4j.** \ No newline at end of file +-dontwarn org.slf4j.** +-keep class android.support.v7.widget.SearchView { *; } -- cgit v1.2.3