From cbc1a4f61f5e9b8f4aab19426c28166ee784eaa8 Mon Sep 17 00:00:00 2001 From: Timothy Chow Date: Thu, 8 Dec 2022 17:37:40 -0600 Subject: [PATCH] Update changelog and gradle import for version 0.8.7 --- CHANGELOG.md | 17 +++++++++++++++++ quickstart-kotlin/build.gradle | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac551d..0e9c76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## Version 0.8.7 +* Upgraded the Cardinal SDK to version 2.2.7-2 which made updates to Device Data collection related to Google Play's User Data Policy + +Note: If you are seeing the Play Store flag your APK after updating to this version, please try following these steps: +1. Go to your Play Console +2. Select the app +3. Go to App bundle explorer +4. Select the violating APK/app bundle's App version at the top right dropdown menu, and make a note of which releases they are under +5. Go to the track with the violation. It will be one of these 4 pages: Internal / Closed / Open testing or Production +6. Near the top right of the page, click Create new release. (You may need to click Manage track first) +If the release with the violating APK is in a draft state, discard the release +7. Add the new version of app bundles or APKs + Make sure the non-compliant version of app bundles or APKs is under the Not included section of this release +8. To save any changes you make to your release, select Save +9. When you've finished preparing your release, select Review release, and then proceed to roll out the release to 100%. +10. If the violating APK is released to multiple tracks, repeat steps 5-9 in each track + ## Version 0.8.6 * Added `CorrelationIds` to the `Approval` object returned from the approve order call diff --git a/quickstart-kotlin/build.gradle b/quickstart-kotlin/build.gradle index af7da7e..0ea98e9 100644 --- a/quickstart-kotlin/build.gradle +++ b/quickstart-kotlin/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // PayPal Checkout SDK Libraries - implementation 'com.paypal.checkout:android-sdk:0.8.5' + implementation 'com.paypal.checkout:android-sdk:0.8.7' // Other Dependencies Related To Sample App implementation fileTree(dir: "libs", include: ["*.jar"])