Skip to content

Instantly share code, notes, and snippets.

@VMAXSDK
Created September 14, 2017 12:23
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 VMAXSDK/77eaae8152637a040d8336d5f5679188 to your computer and use it in GitHub Desktop.
Save VMAXSDK/77eaae8152637a040d8336d5f5679188 to your computer and use it in GitHub Desktop.
#Flurry Ad SDK Settings
-keep class com.flurry.**{ *; }
-dontwarn com.flurry**
-keepattributes *Annotation*,EnclosingMethod
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment