diff options
| author | Ketut Putu Kumajaya <ketut.kumajaya@gmail.com> | 2016-04-29 21:31:15 +0700 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-08-17 01:09:46 +0300 |
| commit | 567cbc5958abf4e6940bfe97d9955ce60fb88933 (patch) | |
| tree | bd40b9dd076117a1d8ab4415d21e99554f26c54a | |
| parent | b5574a1a98587dd4dbb22f816c745a9b577f025b (diff) | |
Change-Id: Ibca575ec1c5b0b5e965e01cabd668067f1c5b5f7
| -rw-r--r-- | proguard.flags | 11 |
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.** { *; } |
