Skip to content

Commit

Permalink
Merge pull request #7 from jhonnyking/update-proguard
Browse files Browse the repository at this point in the history
Update progaurd rules
  • Loading branch information
AGulev authored Jul 5, 2019
2 parents b169c1e + 715e754 commit 53b78f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion defunityads/manifests/android/proguard.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@
*;
}

-dontwarn com.google.ar.core.**
-keep class com.agulev.defunityads.** {
*;
}

-dontwarn com.google.ar.core.**

-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 android.telephony.**

0 comments on commit 53b78f1

Please sign in to comment.