Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -renamesourcefileattribute SourceFile
- -keepattributes SourceFile,LineNumberTable
- -keep class android.support.v4.** { *; }
- -keep interface android.support.v4.** { *; }
- -keep class com.actionbarsherlock.** { *; }
- -keep interface com.actionbarsherlock.** { *; }
- -keep class android.support.v4.widget.CursorAdapter
- -keep class android.support.v4.content.Loader
- -keep public class * extends android.app.Activity
- -keep public class * extends android.app.Application
- -keep public class * extends android.app.Service
- -keep public class * extends android.content.BroadcastReceiver
- -keepclassmembers class * implements java.io.Serializable {
- private static final java.io.ObjectStreamField[] serialPersistentFields;
- private void writeObject(java.io.ObjectOutputStream);
- private void readObject(java.io.ObjectInputStream);
- }
- -dontnote com.google.android.apps.analytics.AdHitIdGenerator
- -dontnote com.google.vending.licensing.ILicensingService
- -dontnote com.android.vending.licensing.ILicensingService
Advertisement
Add Comment
Please, Sign In to add comment