Skip to content

Commit 7c3a422

Browse files
committed
Release 5.1.0
1 parent b96a600 commit 7c3a422

4 files changed

Lines changed: 4 additions & 4 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+
## 5.1.0
44

55
* Fix an issue where the WebViewClient is being silently overridden. [#95](https://github.com/braintree/popup-bridge-android/issues/95)
66

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:5.0.0'
26+
implementation 'com.braintreepayments.api:popup-bridge:5.1.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 = '5.0.1-SNAPSHOT'
23+
version = '5.1.0'
2424
group = "com.braintreepayments"
2525

2626
ext {

v5_MIGRATION.md

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

1111
```groovy
1212
dependencies {
13-
implementation 'com.braintreepayments.api:popup-bridge:5.0.0'
13+
implementation 'com.braintreepayments.api:popup-bridge:5.1.0'
1414
}
1515
```
1616

0 commit comments

Comments
 (0)