Skip to content

Commit

Permalink
Update SDK version to 1.1.0 and also update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Aug 18, 2023
1 parent 2408be3 commit 569ab99
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 569ab99

Please sign in to comment.