Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save flurrydev/f23d2480951b024fa92c to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/f23d2480951b024fa92c to your computer and use it in GitHub Desktop.
- ­keep class com.flurry.** { *; }
- ­dontwarn com.flurry.**
- ­keepattributes *Annotation*,EnclosingMethod
- ­keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
# Google Play Services library
- ­keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
}
- ­keep public class
com.google.android.gms.common.internal.safeparcel.SafeParcelable {
public static final *** NULL;
}
- ­keepnames @com.google.android.gms.common.annotation.KeepName class *
- ­keepclassmembernames class * {
@com.google.android.gms.common.annotation.KeepName *;
}
- ­keepnames class * implements android.os.Parcelable {
public static final ** CREATOR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment