Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pazlavi committed Aug 2, 2023
1 parent 28444d5 commit 82cfd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ [email protected]

## <a id="plugin-build-for"> This Module is Built for

- Android AppsFlyer SDK **6.8.0** and above
- Android AppsFlyer SDK **6.12.2** and above

## <a id="install-connector"> Adding The Connector To Your Project

1. Add to your build.gradle file:

```
implementation 'com.appsflyer:purchase-connector:1.0.0'
implementation 'com.appsflyer:purchase-connector:2.0.0'
implementation 'com.android.billingclient:billing:$play_billing_version'
```

where `play_billing_version` is 4.x.x. </br>
where `play_billing_version` is 5.2.x. </br>
2. If you are using ProGuard, add following keep rules to your `proguard-rules.pro` file:
```grooby
-keep class com.appsflyer.** { *; }
Expand Down

0 comments on commit 82cfd89

Please sign in to comment.