2015-01-16 00:04:44 +00:00
|
|
|
-keep class * extends java.util.ListResourceBundle {
|
|
|
|
protected Object[][] getContents();
|
2015-10-23 22:23:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# Needed for Parcelable/SafeParcelable Creators to not get stripped
|
|
|
|
-keepnames class * implements android.os.Parcelable {
|
|
|
|
public static final ** CREATOR;
|
|
|
|
}
|
|
|
|
|
|
|
|
# Needed when building against the Marshmallow SDK
|
|
|
|
-dontwarn org.apache.http.**
|
|
|
|
-dontwarn android.support.**
|