diff options
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 { *; } |