Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41801b0c authored by cretin45's avatar cretin45
Browse files

SetupWizard: Update proguard for play services 8115000

Change-Id: Ia3dfa3190b08fac70de2fe088da419d96b0ffa9e
parent 307e587a
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
-keep class * extends java.util.ListResourceBundle {
    protected Object[][] getContents();
}

# Keep SafeParcelable value, needed for reflection. This is required to support backwards
# compatibility of some classes.
-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
    public static final *** NULL;
}

# Keep the names of classes/members we need for client functionality.
-keepnames @com.google.android.gms.common.annotation.KeepName class *
-keepclassmembernames class * {
    @com.google.android.gms.common.annotation.KeepName *;
}

# 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.**
-dontwarn com.google.android.gms.**
 No newline at end of file

res/values/version.xml

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <integer name="google_play_services_version">4323000</integer>
</resources>