Skip to content

Instantly share code, notes, and snippets.

@thanasis00
Created June 5, 2014 12:21
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 thanasis00/daa859ec561f0cf1a79f to your computer and use it in GitHub Desktop.
Save thanasis00/daa859ec561f0cf1a79f to your computer and use it in GitHub Desktop.
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
-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