-
Notifications
You must be signed in to change notification settings - Fork 46
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
Conversation
Updating package name of dependencies.
...ayments/src/main/java/com/paypal/android/paypalnativepayments/PayPalNativeCheckoutRequest.kt
Show resolved
Hide resolved
@@ -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", |
There was a problem hiding this comment.
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
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.2", | |
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.0", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
* Bump Native Checkout version to 1.3.2 | |
* Bump Native Checkout version to 1.3.0 |
Summary of changes
magnessdk
to 5.5.1.Checklist
Authors