File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.3.2
4
4
5
5
* Check if a pending browser switch request exists before delivering a browser switch result instead of setting Activity intent to null
6
6
* Fix issue that causes a browser switch to start while the host Activity is finishing
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.1 '
15
+ implementation 'com.braintreepayments.api:browser-switch:2.3.2 '
16
16
}
17
17
```
18
18
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
id ' io.codearte.nexus-staging' version ' 0.21.2'
18
18
}
19
19
20
- version ' 2.3.2-SNAPSHOT '
20
+ version ' 2.3.2'
21
21
ext {
22
22
compileSdkVersion = 31
23
23
minSdkVersion = 21
You can’t perform that action at this time.
0 commit comments