Skip to content

Commit

Permalink
Bump version to 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
paypalsdk committed Nov 20, 2024
1 parent e1f8c55 commit 52b603e
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
## 2.0.0-beta1 (2024-11-20)
* Breaking Changes
* PayPalNativePayments
* Remove entire PayPalNativePayments module
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.modules = [
"sdkVersionName" : "1.7.2-SNAPSHOT",
"sdkVersionName" : "2.0.0-beta1",
"demoAppVersionCode" : 4,
"androidMinSdkVersion": 23,
"androidTargetVersion": 35,
Expand Down

0 comments on commit 52b603e

Please sign in to comment.