diff --git a/README.md b/README.md index dfa393f..9dab552 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ As of v4.21.0, the Adjust SDK supports install tracking on Huawei devices with H If you are using Proguard, add these lines to your Proguard file: ``` --keep public class com.adjust.sdk.** { *; } +-keep class com.adjust.sdk.** { *; } -keep class com.google.android.gms.common.ConnectionResult { int SUCCESS; }