Skip to content

Commit

Permalink
Add CHANGELOG updates for 1.1.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Shropshire <[email protected]>
  • Loading branch information
sarahkoop authored and Steven Shropshire committed Apr 19, 2021
1 parent cbe0f39 commit f4b92e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Fix issue where app links couldn't be opened by `BrowserSwitchClient#start()`

## 1.1.4

* Fix issue where app links couldn't be opened by `BrowserSwitchClient#start()`

## 2.0.0-beta2

* Fix issue of false successful result when `deepLinkUrl` did not match request `returnUrlScheme`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the library to your dependencies in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments:browser-switch:1.1.3'
implementation 'com.braintreepayments:browser-switch:1.1.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
compileSdkVersion = 30
minSdkVersion = 21
targetSdkVersion = 30
versionCode = 53
versionCode = 54
versionName = version
}

Expand Down

0 comments on commit f4b92e3

Please sign in to comment.