Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -dontusemixedcaseclassnames
- -dontskipnonpubliclibraryclasses
- -verbose
- -printseeds seeds.txt
- -printusage unused.txt
- -printmapping mapping.txt
- -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
- -keep public class * extends android.content.ContentProvider
- -keep public class * extends android.preference.Preference
- -keep public class com.android.vending.billing.IInAppBillingService
- -keep public class * extends android.view.View {
- public <init>(android.content.Context);
- public <init>(android.content.Context, android.util.AttributeSet);
- public <init>(android.content.Context, android.util.AttributeSet, int);
- }
- -keepclasseswithmembers class * {
- public <init>(android.content.Context, android.util.AttributeSet);
- }
- -keepclasseswithmembers class * {
- public <init>(android.content.Context, android.util.AttributeSet, int);
- }
- -keepclassmembers class * extends android.content.Context {
- public void *(android.view.View);
- public void *(android.view.MenuItem);
- }
- -libraryjars libs
- -keep class com.crashlytics.** { *; }
- # The official support library.
- -keep class android.support.v4.app.** { *; }
- -keep interface android.support.v4.app.** { *; }
- # Library JARs.
- #-keep class de.greenrobot.dao.** { *; }
- #-keep interface de.greenrobot.dao.** { *; }
- # Library projects.
- #-keep class com.actionbarsherlock.** { *; }
- #-keep interface com.actionbarsherlock.** { *; }
- -keep class com.viewpagerindicator.** { *; }
- -keep interface com.viewpagerindicator.** { *; }
- -keep class com.facebook.** { *; }
- -keepattributes Signature
- -keep class io.realm.** { *; }
- -keep class com.google.gson.** { *; }
- -keep class com.google.inject.* { *; }
- -keep class org.apache.http.* { *; }
- -keep class org.apache.james.mime4j.* { *; }
- -keep class javax.inject.* { *; }
- -keep class retrofit.* { *; }
- -dontwarn rx.*
- -keep class sun.misc.Unsafe { *; }
- -keepattributes Signature
- -keepattributes *Annotation*
- -keep class com.squareup.okhttp.** { *; }
- -keep interface com.squareup.okhttp.** { *; }
- -dontwarn com.squareup.okhttp.**
- -dontwarn rx.**
- -dontwarn retrofit.**
- -dontwarn com.squareup.okhttp.**
- -keep class retrofit.** { *; }
- -keepclasseswithmembers class * {
- @retrofit.http.* <methods>;
- }
- -keep class sun.misc.Unsafe { *; }
- #your package path where your gson models are stored
- -keep class com.example.models.** { *; }
- -keepclassmembers class ** {
- public void onEvent*(**);
- }
Advertisement
Add Comment
Please, Sign In to add comment