aboutsummaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags8
1 files changed, 8 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 133c8ce..0500c4b 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -27,3 +27,11 @@
-dontwarn org.apache.http.**
-dontwarn android.support.**
-dontwarn com.google.android.gms.**
+
+# No webkit-related build errors
+-keep public class android.net.http.SslError
+-keep public class android.webkit.WebViewClient
+
+-dontwarn android.webkit.WebView
+-dontwarn android.net.http.SslError
+-dontwarn android.webkit.WebViewClient