Skip to content

Commit 8b6b222

Browse files
authored
Merge pull request #234 from adjust/docs-update
Docs update
2 parents 05c80db + ac14a22 commit 8b6b222

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
@@ -213,7 +213,7 @@ If you encounter any issues getting the Google advertising ID, please open an is
213213
If you are using Proguard, add these lines to your Proguard file:
214214

215215
```
216-
-keep public class com.adjust.sdk.** { *; }
216+
-keep class com.adjust.sdk.** { *; }
217217
-keep class com.google.android.gms.common.ConnectionResult {
218218
int SUCCESS;
219219
}

0 commit comments

Comments
 (0)