Fixed proguard.cfg

This commit is contained in:
daniel oeh 2013-08-15 22:34:06 +02:00
parent c2a5f583e9
commit 3994d02ddf
1 changed files with 6 additions and 4 deletions

View File

@ -52,10 +52,12 @@
public static <fields>;
}
-keep class android.support.v4.app.** { *; }
-keep interface android.support.v4.app.** { *; }
-keep class com.actionbarsherlock.** { *; }
-keep interface com.actionbarsherlock.** { *; }
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
-keep class android.support.v7.** { *; }
-keep interface android.support.v7.** { *; }
-dontwarn android.support.v4.**
-dontwarn android.support.v7.**
-keepattributes *Annotation*