Guest User

Proguard.txt

a guest
Sep 16th, 2013
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. -renamesourcefileattribute SourceFile
  2. -keepattributes SourceFile,LineNumberTable
  3.  
  4.  
  5. -keep class android.support.v4.** { *; }
  6. -keep interface android.support.v4.** { *; }
  7.  
  8. -keep class com.actionbarsherlock.** { *; }
  9. -keep interface com.actionbarsherlock.** { *; }
  10.  
  11. -keep class android.support.v4.widget.CursorAdapter
  12. -keep class android.support.v4.content.Loader
  13.  
  14. -keep public class * extends android.app.Activity
  15. -keep public class * extends android.app.Application
  16. -keep public class * extends android.app.Service
  17. -keep public class * extends android.content.BroadcastReceiver
  18.  
  19. -keepclassmembers class * implements java.io.Serializable {
  20. private static final java.io.ObjectStreamField[] serialPersistentFields;
  21. private void writeObject(java.io.ObjectOutputStream);
  22. private void readObject(java.io.ObjectInputStream);
  23. }
  24.  
  25. -dontnote com.google.android.apps.analytics.AdHitIdGenerator
  26. -dontnote com.google.vending.licensing.ILicensingService
  27. -dontnote com.android.vending.licensing.ILicensingService
Advertisement
Add Comment
Please, Sign In to add comment