summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 56846163683822800a9748f415ffd0197a686444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-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.**