From aecc63fc76cfe9d11920c3081a21758cfc36fa9e Mon Sep 17 00:00:00 2001 From: uerceg Date: Tue, 16 Nov 2021 23:01:02 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b340bd..8bf27c42 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ In case you encounter any issue with attempts to read Google Advertising Identif 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; }