Skip to content

Commit bb4f012

Browse files
committed
Release 4.0.0-beta2
1 parent 4bff178 commit bb4f012

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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+
## 4.0.0-beta2
44

55
* Update browser-switch to 2.0.0-beta2
66
* Run `onComplete` and `onCancel` callbacks after WebView window has loaded (fixes #26)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'io.codearte.nexus-staging' version '0.21.2'
1818
}
1919

20-
version '4.0.0-beta2-SNAPSHOT'
20+
version '4.0.0-beta2'
2121
ext {
2222
compileSdkVersion = 30
2323
minSdkVersion = 21

v4_MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First, update the popup bridge dependency version in your `build.gradle` file:
88

99
```groovy
1010
dependencies {
11-
implementation 'com.braintreepayments.api:popup-bridge:4.0.0-beta1'
11+
implementation 'com.braintreepayments.api:popup-bridge:4.0.0-beta2'
1212
}
1313
```
1414

0 commit comments

Comments
 (0)