Fixed proguard config, exported 0.8 release candidate

This commit is contained in:
daniel oeh 2012-07-20 14:44:17 +02:00
parent 0f2cd6133c
commit 05ef5fe72a
1 changed files with 9 additions and 0 deletions

View File

@ -38,3 +38,12 @@
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
-keep class android.support.v4.app.** { *; }
-keep interface android.support.v4.app.** { *; }
-keep class com.actionbarsherlock.** { *; }
-keep interface com.actionbarsherlock.** { *; }
-keepattributes *Annotation*
-dontwarn android.support.**
-dontwarn org.shredzone.flattr4j.**