Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paypalsdk committed Oct 2, 2023
1 parent d27212d commit 5cec79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0 (2023-10-02)

* Breaking Changes
* CardPayments
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {

ext.modules = [
"sdkVersionName" : "0.0.14-SNAPSHOT",
"sdkVersionCode" : 17,
"sdkVersionName" : "1.0.0",
"sdkVersionCode" : 18,
"androidMinSdkVersion": 21,
"androidTargetVersion": 30
]
Expand Down

0 comments on commit 5cec79b

Please sign in to comment.