Skip to content

Commit 029a0ff

Browse files
committed
Updating adjust-proguard-rules.txt
1 parent f7834e8 commit 029a0ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Adjust/adjust/adjust-proguard-rules.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
-keep public class com.adjust.sdk.** { *; }
2+
-keep class com.google.android.gms.common.ConnectionResult {
3+
int SUCCESS;
4+
}
25
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
36
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context);
47
}
@@ -19,4 +22,5 @@
1922
}
2023
-keep class android.os.LocaledList {
2124
java.util.Locale get(int);
22-
}
25+
}
26+
-keep public class com.android.installreferrer.** { *; }

0 commit comments

Comments
 (0)