Skip to content

Commit

Permalink
Merge pull request #3 from AppsFlyerSDK/pazlavi-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pazlavi authored Jan 29, 2024
2 parents 90517c0 + 12a6fbc commit 0dc9f41
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 @@ -37,9 +37,9 @@ [email protected]

## <a id="important-note"> ⚠️ ⚠️ Important Note ⚠️ ⚠️

Purchase Connector v2.0.0 can only be used with SDK v6.12.2 (and above), as this is the setup that supports Billing Library v5.2.x.
Purchase Connector v2.0.1 can only be used with SDK v6.12.2 (and above), as this is the setup that supports Billing Library v6.x.x.

Using Purchase Connector v2.0.0 with an older SDK version will cause the server to reject the Purchase requests.
Using Purchase Connector v2.0.1 with an older SDK version will cause the server to reject the Purchase requests.

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

Expand All @@ -50,7 +50,7 @@ Using Purchase Connector v2.0.0 with an older SDK version will cause the server
implementation 'com.android.billingclient:billing:$play_billing_version'
```

where `play_billing_version` is 5.2.x. </br>
where `play_billing_version` is 6.x.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 0dc9f41

Please sign in to comment.