mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
pt 1 in reviving the android build (copied from pm 28a1, wish me luck)
This commit is contained in:
parent
efa9662725
commit
d7788a6d6d
4249 changed files with 468189 additions and 0 deletions
19
mobile/android/config/proguard/play-services-keeps.cfg
Normal file
19
mobile/android/config/proguard/play-services-keeps.cfg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Rules to prevent Google Play Services from exploding
|
||||
# (From http://developer.android.com/google/play-services/setup.html#Proguard
|
||||
# With the reference to "Object" changed so it'll actually *work*...)
|
||||
-keep class * extends java.util.ListResourceBundle {
|
||||
protected java.lang.Object[][] getContents();
|
||||
}
|
||||
|
||||
-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
|
||||
public static final *** NULL;
|
||||
}
|
||||
|
||||
-keepnames @com.google.android.gms.common.annotation.KeepName class *
|
||||
-keepclassmembernames class * {
|
||||
@com.google.android.gms.common.annotation.KeepName *;
|
||||
}
|
||||
|
||||
-keepnames class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue