blob: 56846163683822800a9748f415ffd0197a686444 [file] [log] [blame]
cretin450328b872015-01-15 16:04:44 -08001-keep class * extends java.util.ListResourceBundle {
2 protected Object[][] getContents();
cretin4541801b02015-10-23 15:23:38 -07003}
4
cretin4541801b02015-10-23 15:23:38 -07005# Needed for Parcelable/SafeParcelable Creators to not get stripped
6-keepnames class * implements android.os.Parcelable {
7 public static final ** CREATOR;
8}
9
10# Needed when building against the Marshmallow SDK
11-dontwarn org.apache.http.**
12-dontwarn android.support.**