Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 28, 2023
1 parent 28075fa commit 0ae4faa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# browser-switch-android Release Notes

## unreleased
## 2.5.1
* Fix issue where URL scheme matching is case sensitive

## 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
implementation 'com.braintreepayments.api:browser-switch:2.5.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}

version = '2.5.1-SNAPSHOT'
version = '2.5.1'
group = "com.braintreepayments"
ext {
compileSdkVersion = 33
Expand Down
2 changes: 1 addition & 1 deletion v2_MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
implementation 'com.braintreepayments.api:browser-switch:2.5.1'
}
```

Expand Down

0 comments on commit 0ae4faa

Please sign in to comment.