Fixed proguard config, exported 0.8 release candidate
This commit is contained in:
parent
0f2cd6133c
commit
05ef5fe72a
|
@ -38,3 +38,12 @@
|
||||||
-keep class * implements android.os.Parcelable {
|
-keep class * implements android.os.Parcelable {
|
||||||
public static final android.os.Parcelable$Creator *;
|
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.**
|
||||||
|
|
Loading…
Reference in New Issue