4ab4cb96b7
PS2: inline hasGms usage, don't use addprefix for a single entry, remove unused imports Change-Id: I1eb1fb76e4b80e26992599e3511d265abbfa1cd7
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
-keep class * extends java.util.ListResourceBundle {
|
|
protected Object[][] getContents();
|
|
}
|
|
|
|
# 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.**
|