Skip to content

Commit e4e161a

Browse files
committed
Release 2.5.0
1 parent a015e45 commit e4e161a

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.0
44

55
* Revert `androidx.annotation:annotation` dependency to version `1.2.0`
66
* Revert `androidx.appcompat:appcompat` dependency to version `1.3.1`

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.4.0'
15+
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
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.4.1-SNAPSHOT'
31+
version = '2.5.0'
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.4.0'
13+
implementation 'com.braintreepayments.api:browser-switch:2.5.0'
1414
}
1515
```
1616

0 commit comments

Comments
 (0)