Skip to content

Commit 3503096

Browse files
committed
Release 2.3.2
1 parent e233983 commit 3503096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.2
44

55
* Check if a pending browser switch request exists before delivering a browser switch result instead of setting Activity intent to null
66
* Fix issue that causes a browser switch to start while the host Activity is finishing

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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'io.codearte.nexus-staging' version '0.21.2'
1818
}
1919

20-
version '2.3.2-SNAPSHOT'
20+
version '2.3.2'
2121
ext {
2222
compileSdkVersion = 31
2323
minSdkVersion = 21

0 commit comments

Comments
 (0)