File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
1212
1313``` groovy
1414dependencies {
15- implementation 'com.braintreepayments.api:browser-switch:2.3.2 '
15+ implementation 'com.braintreepayments.api:browser-switch:2.4.0 '
1616}
1717```
1818
Original file line number Diff line number Diff 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 '
1919group = " com.braintreepayments"
2020ext {
2121 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`:
1010
1111``` groovy
1212dependencies {
13- implementation 'com.braintreepayments.api:browser-switch:2.0 .0'
13+ implementation 'com.braintreepayments.api:browser-switch:2.4 .0'
1414}
1515```
1616
You can’t perform that action at this time.
0 commit comments