mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Fixed proguard config, exported 0.8 release candidate
This commit is contained in:
@ -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.**
|
||||||
|
|||||||
Reference in New Issue
Block a user