aboutsummaryrefslogtreecommitdiffstats
path: root/proguard-rules.pro
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 20:36:52 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 20:36:52 +0100
commit68d7b433d8ddaa8b684f3c7eb870a6acdbecf70a (patch)
treee51338e9f4da1287afa7a3d723cc5ab6ea94e87e /proguard-rules.pro
parenta669e200b59b42d9d704eecc3521322dc46c45f6 (diff)
correct build scripts
Diffstat (limited to 'proguard-rules.pro')
-rw-r--r--proguard-rules.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard-rules.pro b/proguard-rules.pro
index bfe8155cd..0b9282d2e 100644
--- a/proguard-rules.pro
+++ b/proguard-rules.pro
@@ -12,6 +12,8 @@
**[] $VALUES;
public *;
}
+-keep class com.squareup.okhttp.** { *; }
+-keep interface com.squareup.okhttp.** { *; }
-dontwarn org.bouncycastle.mail.**
-dontwarn org.bouncycastle.x509.util.LDAPStoreHelper