aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 4371d26b..83db6afc 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -17,10 +17,10 @@
#}
-dontwarn java.lang.invoke.*
-dontwarn org.eclipse.jgit.**
--dontwarn com.jcraft.jsch.**
-dontwarn com.google.common.**
-dontwarn org.slf4j.**
-keep class androidx.appcompat.widget.SearchView { *; }
--keep class org.openintents.openpgp.**
-keepattributes SourceFile,LineNumberTable
-dontobfuscate
+-keep class com.jcraft.jsch.**
+-keep class org.eclipse.jgit.internal.JGitText { *; }