File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# browser-switch-android Release Notes
2
2
3
- ## unreleased
3
+ ## 2.4.0
4
4
5
5
* Remove Jetifier now that AndroidX is fully supported
6
6
* Upgrade ` compileSdkVersion ` and ` targetSdkVersion ` to API 33
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
12
12
13
13
``` groovy
14
14
dependencies {
15
- implementation 'com.braintreepayments.api:browser-switch:2.3.2 '
15
+ implementation 'com.braintreepayments.api:browser-switch:2.4.0 '
16
16
}
17
17
```
18
18
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
15
15
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
16
16
}
17
17
18
- version = ' 2.3.3-SNAPSHOT '
18
+ version = ' 2.4.0 '
19
19
group = " com.braintreepayments"
20
20
ext {
21
21
compileSdkVersion = 33
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`:
10
10
11
11
``` groovy
12
12
dependencies {
13
- implementation 'com.braintreepayments.api:browser-switch:2.0 .0'
13
+ implementation 'com.braintreepayments.api:browser-switch:2.4 .0'
14
14
}
15
15
```
16
16
You can’t perform that action at this time.
0 commit comments