File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ -keep public class com.adjust.sdk.** { *; }
2+ -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
3+ com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context);
4+ }
5+ -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
6+ java.lang.String getId();
7+ boolean isLimitAdTrackingEnabled();
8+ }
9+ -keep class dalvik.system.VMRuntime {
10+ java.lang.String getRuntime();
11+ }
12+ -keep class android.os.Build {
13+ java.lang.String[] SUPPORTED_ABIS;
14+ java.lang.String CPU_ABI;
15+ }
16+ -keep class android.content.res.Configuration {
17+ android.os.LocaledList getLocales();
18+ java.util.Locale locale;
19+ }
20+ -keep class android.os.LocaledList {
21+ java.util.Locale get(int);
22+ }
You can’t perform that action at this time.
0 commit comments