Skip to content

Commit

Permalink
Update purchase-connector.md with proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af authored Jan 15, 2025
1 parent e8a686c commit 89093b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/purchase-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ _Android Only_ - If you are using ProGuard, add the following keep rules to your
-keep class com.appsflyer.** { *; }
-keep class kotlin.jvm.internal.Intrinsics{ *; }
-keep class kotlin.collections.**{ *; }
-keep class kotlin.Result$Companion { *; }
```

## Strict Mode
Expand Down

0 comments on commit 89093b0

Please sign in to comment.