aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proguard.flags11
1 files changed, 2 insertions, 9 deletions
diff --git a/proguard.flags b/proguard.flags
index 0500c4b..cf70b67 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -24,14 +24,7 @@
}
# Needed when building against the Marshmallow SDK
--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
+-dontwarn cyanogenmod.**
+-keep class cyanogenmod.app.** { *; }