Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 2407cf6

Browse files
committed
fix release build crash
1 parent 6b1cbc6 commit 2407cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
-dontwarn org.eclipse.jgit.**
2020
-dontwarn com.jcraft.jsch.**
2121
-dontwarn com.google.common.**
22-
-dontwarn org.slf4j.**
22+
-dontwarn org.slf4j.**
23+
-keep class android.support.v7.widget.SearchView { *; }

0 commit comments

Comments
 (0)