Last active
November 2, 2015 12:56
-
-
Save alex-shpak/0d7f360dfeb66dfc5f00 to your computer and use it in GitHub Desktop.
Play Services 8.1.0 and MADS proguard rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MADS | |
-keep class com.madsadview.* { ; } | |
-keep class com.mads.adview.* { ; } | |
-dontwarn com.madsadview.** | |
-dontwarn com.mads.adview.** | |
# Play Ads 8.1.0 | |
-dontwarn android.security.NetworkSecurityPolicy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment