Skip to content

Commit 9bd40ad

Browse files
committedJul 10, 2024
Release 3.0.0-beta1
1 parent ef881e3 commit 9bd40ad

File tree

77 files changed

+4359
-1343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4359
-1343
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+
## 3.0.0-beta1
44

55
* Make `BrowserSwitchClient.assertCanPerformBrowserSwitch()` public
66
* Breaking Changes

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

0 commit comments

Comments
 (0)
Please sign in to comment.