Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Jul 17, 2023
1 parent a015e45 commit e4e161a
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.0

* Revert `androidx.annotation:annotation` dependency to version `1.2.0`
* Revert `androidx.appcompat:appcompat` dependency to version `1.3.1`
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.4.0'
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
}
```

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.4.1-SNAPSHOT'
version = '2.5.0'
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.4.0'
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
}
```

Expand Down

0 comments on commit e4e161a

Please sign in to comment.