Skip to content

Instantly share code, notes, and snippets.

@SemonCat
Created August 11, 2015 06:09
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 SemonCat/ecb6a4efc2326693f78e to your computer and use it in GitHub Desktop.
Save SemonCat/ecb6a4efc2326693f78e to your computer and use it in GitHub Desktop.
# For Refactoring SDK ####################################################################
-keepattributes Signature
-keepattributes Exceptions
-keep class com.google.** { *; }
-dontwarn com.google.**
-keep class com.uservoice.** { *; }
-dontwarn com.uservoice.uservoicesdk.**
-keep class retrofit.** { *; }
-dontwarn retrofit.**
-dontwarn android.google.support.**
-dontwarn com.esotericsoftware.**
-keep class com.esotericsoftware.** { *; }
-dontwarn com.squareup.**
-keep class com.squareup.** { *; }
-dontwarn de.greenrobot.**
-keep class de.greenrobot.** { *; }
-dontwarn okio.**
-keep class okio.** { *; }
-dontwarn org.objenesis.**
-keep class org.objenesis.** { *; }
-dontwarn rx.internal.**
-keep class rx.internal.** { *; }
-dontwarn com.snappydb.**
-keep class com.snappydb.** { *; }
# For PARSE ####################################################################
-keep class com.parse.** { *; }
-dontwarn com.parse.FacebookAuthenticationProvider*
-dontwarn com.parse.ParseFacebookUtils
-keep class com.asus.push.bean.Message { *; }
-dontwarn bolts.**
-keep class bolts.** { *; }
# For GCM ####################################################################
-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