Skip to content

Commit

Permalink
Merge pull request #257 from saperi22/update-sdk-to-1.1.0
Browse files Browse the repository at this point in the history
Update SDK version to 1.1.0 and also update the changelog
  • Loading branch information
mahmoud-turki authored Aug 18, 2023
2 parents 2408be3 + 569ab99 commit 576f075
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 1.1.0

**This build enables the native flows for buyers in the US, Canada, EU, and UK. All other buyers will see web fallback experiences.**

The following changes are included in this release:

* Buy Now Pay Later entry points
* Improved authentication flows in SCA regions
* Minor UI fixes

## Version 1.0.0

**This build enables the native flows for buyers in the US and Canada. EU buyers will see a web fallback experience.**
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.0.0'
implementation 'com.paypal.checkout:android-sdk:1.1.0'

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

0 comments on commit 576f075

Please sign in to comment.