We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7834e8 commit 029a0ffCopy full SHA for 029a0ff
Adjust/adjust/adjust-proguard-rules.txt
@@ -1,4 +1,7 @@
1
-keep public class com.adjust.sdk.** { *; }
2
+-keep class com.google.android.gms.common.ConnectionResult {
3
+ int SUCCESS;
4
+}
5
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
6
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context);
7
}
@@ -19,4 +22,5 @@
19
22
20
23
-keep class android.os.LocaledList {
21
24
java.util.Locale get(int);
-}
25
26
+-keep public class com.android.installreferrer.** { *; }
0 commit comments