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.
2 parents fec5e5c + aecc63f commit 4af11a4Copy full SHA for 4af11a4
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