Skip to content

Commit 89093b0

Browse files
authored
Update purchase-connector.md with proguard rules
1 parent e8a686c commit 89093b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/purchase-connector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ _Android Only_ - If you are using ProGuard, add the following keep rules to your
4343
-keep class com.appsflyer.** { *; }
4444
-keep class kotlin.jvm.internal.Intrinsics{ *; }
4545
-keep class kotlin.collections.**{ *; }
46+
-keep class kotlin.Result$Companion { *; }
4647
```
4748

4849
## Strict Mode

0 commit comments

Comments
 (0)