Skip to content

Commit 82cfd89

Browse files
committed
update readme
1 parent 28444d5 commit 82cfd89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ [email protected]
3232

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

35-
- Android AppsFlyer SDK **6.8.0** and above
35+
- Android AppsFlyer SDK **6.12.2** and above
3636

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

3939
1. Add to your build.gradle file:
4040

4141
```
42-
implementation 'com.appsflyer:purchase-connector:1.0.0'
42+
implementation 'com.appsflyer:purchase-connector:2.0.0'
4343
implementation 'com.android.billingclient:billing:$play_billing_version'
4444
```
4545

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

0 commit comments

Comments
 (0)