Skip to content

Commit 988873c

Browse files
authored
Update README.md
1 parent 57cbc67 commit 988873c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ If you are using Proguard, add these lines to your Proguard file:
158158
-keep class android.os.LocaledList {
159159
java.util.Locale get(int);
160160
}
161+
-keep public class com.android.installreferrer.** { *; }
161162
```
162163

163164
If you are **not targeting the Google Play Store**, you can remove the `com.google.android.gms` rules.
@@ -176,7 +177,13 @@ In order to have this supported in your app, please make sure that you have foll
176177
compile 'com.android.installreferrer:installreferrer:1.0'
177178
```
178179

179-
In addition to that, this feature is supported if you use **Adjust SDK v4.12.0 or above**.
180+
Also, make sure that you have paid attention to [Proguard settings](#sdk-proguard) chapter and that you have added all the rules mentioned in it, especially the one needed for this feature:
181+
182+
```
183+
-keep public class com.android.installreferrer.** { *; }
184+
```
185+
186+
This feature is supported if you use **Adjust SDK v4.12.0 or above**.
180187

181188
#### <a id="gps-intent"></a>Google Play Store intent
182189

0 commit comments

Comments
 (0)