File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# browser-switch-android Release Notes
2
2
3
- ## unreleased
3
+ ## 2.5.1
4
4
* Fix issue where URL scheme matching is case sensitive
5
5
6
6
## 2.5.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
12
12
13
13
``` groovy
14
14
dependencies {
15
- implementation 'com.braintreepayments.api:browser-switch:2.5.0 '
15
+ implementation 'com.braintreepayments.api:browser-switch:2.5.1 '
16
16
}
17
17
```
18
18
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
28
28
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
29
29
}
30
30
31
- version = ' 2.5.1-SNAPSHOT '
31
+ version = ' 2.5.1'
32
32
group = " com.braintreepayments"
33
33
ext {
34
34
compileSdkVersion = 33
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`:
10
10
11
11
``` groovy
12
12
dependencies {
13
- implementation 'com.braintreepayments.api:browser-switch:2.5.0 '
13
+ implementation 'com.braintreepayments.api:browser-switch:2.5.1 '
14
14
}
15
15
```
16
16
You can’t perform that action at this time.
0 commit comments