Skip to content

Commit 4af11a4

Browse files
authored
Merge pull request #153 from adjust/docs-update
Docs update
2 parents fec5e5c + aecc63f commit 4af11a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ In case you encounter any issue with attempts to read Google Advertising Identif
184184
If you are using Proguard, add these lines to your Proguard file:
185185

186186
```
187-
-keep public class com.adjust.sdk.** { *; }
187+
-keep class com.adjust.sdk.** { *; }
188188
-keep class com.google.android.gms.common.ConnectionResult {
189189
int SUCCESS;
190190
}

0 commit comments

Comments
 (0)