Skip to content

Commit b213833

Browse files
committed
Release 2.4.0
1 parent 776c17c commit b213833

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

55
* Remove Jetifier now that AndroidX is fully supported
66
* Upgrade `compileSdkVersion` and `targetSdkVersion` to API 33

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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1616
}
1717

18-
version = '2.3.3-SNAPSHOT'
18+
version = '2.4.0'
1919
group = "com.braintreepayments"
2020
ext {
2121
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.0.0'
13+
implementation 'com.braintreepayments.api:browser-switch:2.4.0'
1414
}
1515
```
1616

0 commit comments

Comments
 (0)