Skip to content

Commit 9ec37e7

Browse files
committed
Release 5.0.0
1 parent 675be4c commit 9ec37e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PopupBridge Android Release Notes
22

3-
## unreleased
3+
## 5.0.0
44

55
* Android 13 Support
66
* Upgrade `targetSdkVersion` and `compileSdkVersion` to API 33

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the dependency in your `build.gradle`:
2323

2424
```groovy
2525
dependencies {
26-
implementation 'com.braintreepayments.api:popup-bridge:4.1.0'
26+
implementation 'com.braintreepayments.api:popup-bridge:5.0.0'
2727
}
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext["signing.keyId"] = System.getenv('SIGNING_KEY_ID') ?: ''
2020
ext["signing.password"] = System.getenv('SIGNING_KEY_PASSWORD') ?: ''
2121
ext["signing.secretKeyRingFile"] = System.getenv('SIGNING_KEY_FILE') ?: ''
2222

23-
version = '4.1.1-SNAPSHOT'
23+
version = '5.0.0'
2424
group = "com.braintreepayments"
2525

2626
ext {

0 commit comments

Comments
 (0)