Skip to content

Commit

Permalink
Merge pull request #331 from paypal/1.3.2
Browse files Browse the repository at this point in the history
Update SDK version to 1.3.2
  • Loading branch information
chpypl committed Apr 17, 2024
2 parents 422136b + cc803f8 commit 991dd4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Version 1.3.2

* Upgraded the Magnes SDK to version 5.5.1

## Version 1.3.1

* Upgraded the Cardinal SDK to version 2.2.7-5

## Version 1.3.0

* Add `hasUserLocationConsent` parameter to `PayPalCheckout.start()`, `PayPalCheckout.startCheckout()`, `PaymentButtonContainer.setup()`, and `PaymentButton.setup()`
Expand Down
2 changes: 1 addition & 1 deletion quickstart-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

dependencies {
// PayPal Checkout SDK Libraries
implementation 'com.paypal.checkout:android-sdk:1.3.0'
implementation 'com.paypal.checkout:android-sdk:1.3.2'

// Other Dependencies Related To Sample App
implementation fileTree(dir: "libs", include: ["*.jar"])
Expand Down

0 comments on commit 991dd4c

Please sign in to comment.