Skip to content

Commit 0ae4faa

Browse files
committedAug 28, 2023
Release 2.5.1
1 parent 28075fa commit 0ae4faa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# browser-switch-android Release Notes
22

3-
## unreleased
3+
## 2.5.1
44
* Fix issue where URL scheme matching is case sensitive
55

66
## 2.5.0

‎README.md

+1-1
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.5.0'
15+
implementation 'com.braintreepayments.api:browser-switch:2.5.1'
1616
}
1717
```
1818

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
2929
}
3030

31-
version = '2.5.1-SNAPSHOT'
31+
version = '2.5.1'
3232
group = "com.braintreepayments"
3333
ext {
3434
compileSdkVersion = 33

‎v2_MIGRATION.md

+1-1
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.5.0'
13+
implementation 'com.braintreepayments.api:browser-switch:2.5.1'
1414
}
1515
```
1616

0 commit comments

Comments
 (0)