We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b20f7 commit f4d8755Copy full SHA for f4d8755
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# browser-switch-android Release Notes
2
3
-## unreleased
+## 2.3.1
4
5
* Fix issue that causes successful deep links to be parsed multiple times
6
README.md
@@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:
12
13
```groovy
14
dependencies {
15
- implementation 'com.braintreepayments.api:browser-switch:2.3.0'
+ implementation 'com.braintreepayments.api:browser-switch:2.3.1'
16
}
17
```
18
build.gradle
@@ -17,7 +17,7 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
19
20
-version '2.3.1-SNAPSHOT'
+version '2.3.1'
21
ext {
22
compileSdkVersion = 31
23
minSdkVersion = 21
0 commit comments