Skip to content

Commit f4d8755

Browse files
committed
Release 2.3.1
1 parent f0b20f7 commit f4d8755

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

55
* Fix issue that causes successful deep links to be parsed multiple times
66

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.0'
15+
implementation 'com.braintreepayments.api:browser-switch:2.3.1'
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.1-SNAPSHOT'
20+
version '2.3.1'
2121
ext {
2222
compileSdkVersion = 31
2323
minSdkVersion = 21

0 commit comments

Comments
 (0)