Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Sep 8, 2022
1 parent 2c87596 commit 9f7eedf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# browser-switch-android Release Notes

## unreleased
## 2.3.0

* Add BrowserSwitchClient#getResult() method to peek at a pending browser switch result before it is delivered
* Add BrowserSwitchClient#getResultFromCache() method to peek at a cached browser switch result before it is delivered
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:browser-switch:2.2.0'
implementation 'com.braintreepayments.api:browser-switch:2.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
}

version '2.2.1-SNAPSHOT'
version '2.3.0'
ext {
compileSdkVersion = 31
minSdkVersion = 21
Expand Down

0 comments on commit 9f7eedf

Please sign in to comment.