Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Play store compliance fix #252

Merged
merged 6 commits into from
Apr 18, 2024
Merged

Google Play store compliance fix #252

merged 6 commits into from
Apr 18, 2024

Conversation

saperi22
Copy link
Contributor

@saperi22 saperi22 commented Apr 16, 2024

Summary of changes

  • Update magnessdk to 5.5.1.
  • Update MXO to 1.3.2.

Checklist

  • Added a changelog entry

Authors

List GitHub usernames for everyone who contributed to this pull request.

@saperi22 saperi22 marked this pull request as ready for review April 17, 2024 20:09
@saperi22 saperi22 requested a review from a team as a code owner April 17, 2024 20:09
@saperi22 saperi22 changed the title Update magnes Google Play store compliance fix Apr 17, 2024
@@ -77,7 +77,7 @@ buildscript {
"json" : "org.json:json:20220320",

// PayPal
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.2.1",
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qq here - should this be version 1.3.0, that's the latest release i'm seeing here

Suggested change
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.2",
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.0",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm.. great catch.
I feel the latest version might not have been tagged in the releases.

@tdchow please correct me if I'm wrong, but I believe 1.3.2 is the latest that we had to consume, correct?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it looks like the latest versions have not been tagged in the GitHub releases. The correct version to use is 1.3.2.

https://repo1.maven.org/maven2/com/paypal/checkout/android-sdk/1.3.2/

* Create `PayPalDataCollectorRequest`
* Add `PayPalDataCollector#collectDeviceData(context, request)`
* Deprecate `PayPalDataCollector#collectDeviceData(context, clientMetadataId, additionalData)`
* PayPalNativePayments
* Fixes Google Play Store Rejection
* Bump Native Checkout version to 1.3.2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: same comment as below

Suggested change
* Bump Native Checkout version to 1.3.2
* Bump Native Checkout version to 1.3.0

@saperi22 saperi22 merged commit 95e0def into main Apr 18, 2024
7 checks passed
@saperi22 saperi22 deleted the update-magnes branch April 18, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants