From 82cfd8955dfa26ad0a65e3ede4deff24d8efd1f2 Mon Sep 17 00:00:00 2001 From: Paz Lavi Date: Wed, 2 Aug 2023 14:41:21 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98f5416..df03e83 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,18 @@ support@appsflyer.com ## This Module is Built for -- Android AppsFlyer SDK **6.8.0** and above +- Android AppsFlyer SDK **6.12.2** and above ## 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.
+ where `play_billing_version` is 5.2.x.
2. If you are using ProGuard, add following keep rules to your `proguard-rules.pro` file: ```grooby -keep class com.appsflyer.** { *; }