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 fec5e5c commit aecc63fCopy full SHA for aecc63f
README.md
@@ -184,7 +184,7 @@ In case you encounter any issue with attempts to read Google Advertising Identif
184
If you are using Proguard, add these lines to your Proguard file:
185
186
```
187
--keep public class com.adjust.sdk.** { *; }
+-keep class com.adjust.sdk.** { *; }
188
-keep class com.google.android.gms.common.ConnectionResult {
189
int SUCCESS;
190
}
0 commit comments