Skip to content

Instantly share code, notes, and snippets.

@alex-shpak
Last active November 2, 2015 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-shpak/0d7f360dfeb66dfc5f00 to your computer and use it in GitHub Desktop.
Save alex-shpak/0d7f360dfeb66dfc5f00 to your computer and use it in GitHub Desktop.
Play Services 8.1.0 and MADS proguard rules
# 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