summaryrefslogtreecommitdiff
path: root/proguard.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.cfg')
-rw-r--r--proguard.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.cfg b/proguard.cfg
index 323e0b673..1838f007c 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -50,6 +50,10 @@
-keep public class org.jsoup.** {
public *;
}
+
+-dontwarn com.squareup.okhttp.**
+-dontwarn okio.**
+
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
-keep class android.support.v7.** { *; }