Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paypalsdk committed Apr 29, 2024
1 parent 8533f5d commit 986e454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PayPal Android SDK Release Notes

## unreleased
## 1.4.0 (2024-04-29)
* PaymentButtons
* Undeprecate `PayPalCreditButtonColor.BLACK` and `.DARK_BLUE`
* Undeprecate `PayPalButtonColor.BLUE`, `.BLACK`, and `.SILVER`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

ext.modules = [
"sdkVersionName" : "1.3.1-SNAPSHOT",
"sdkVersionName" : "1.4.0",
"demoAppVersionCode" : 4,
"androidMinSdkVersion": 21,
"androidTargetVersion": 30
Expand Down

0 comments on commit 986e454

Please sign in to comment.