Skip to content

Commit 72d4687

Browse files
committed
Release 2.6.1
1 parent b86d60c commit 72d4687

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## unreleased
3+
## 2.6.1
44

55
* Throw `BrowserSwitchException` when a browser is not found to start browser switch
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
1212

1313
```groovy
1414
dependencies {
15-
implementation 'com.braintreepayments.api:browser-switch:2.6.0'
15+
implementation 'com.braintreepayments.api:browser-switch:2.6.1'
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
id 'org.jetbrains.dokka' version '1.7.10'
3333
}
3434

35-
version = '2.6.1-SNAPSHOT'
35+
version = '2.6.1'
3636
group = "com.braintreepayments"
3737
ext {
3838
compileSdkVersion = 34

v2_MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`:
1010

1111
```groovy
1212
dependencies {
13-
implementation 'com.braintreepayments.api:browser-switch:2.6.0'
13+
implementation 'com.braintreepayments.api:browser-switch:2.6.1'
1414
}
1515
```
1616

0 commit comments

Comments
 (0)