mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +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
20
mobile/android/config/proguard/adjust-keeps.cfg
Normal file
20
mobile/android/config/proguard/adjust-keeps.cfg
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Rules to make the Adjust install tracking library work.
|
||||
# via https://github.com/adjust/android_sdk#5-add-permissions
|
||||
|
||||
-keep class com.adjust.sdk.plugin.MacAddressUtil {
|
||||
java.lang.String getMacAddress(android.content.Context);
|
||||
}
|
||||
-keep class com.adjust.sdk.plugin.AndroidIdUtil {
|
||||
java.lang.String getAndroidId(android.content.Context);
|
||||
}
|
||||
-keep class com.google.android.gms.common.ConnectionResult {
|
||||
int SUCCESS;
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
|
||||
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info
|
||||
getAdvertisingIdInfo (android.content.Context);
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
|
||||
java.lang.String getId ();
|
||||
boolean isLimitAdTrackingEnabled();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue