File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
1212
1313``` groovy
1414dependencies {
15- implementation 'com.braintreepayments.api:browser-switch:2.6.0 '
15+ implementation 'com.braintreepayments.api:browser-switch:2.6.1 '
1616}
1717```
1818
Original file line number Diff line number Diff 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'
3636group = " com.braintreepayments"
3737ext {
3838 compileSdkVersion = 34
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`:
1010
1111``` groovy
1212dependencies {
13- implementation 'com.braintreepayments.api:browser-switch:2.6.0 '
13+ implementation 'com.braintreepayments.api:browser-switch:2.6.1 '
1414}
1515```
1616
You can’t perform that action at this time.
0 commit comments