Skip to content

Commit 91b96cf

Browse files
authored
Update versions section and version number in README.md (#115)
1 parent c601ef8 commit 91b96cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To preview the latest work in progress builds, add the following SNAPSHOT depend
2020

2121
```groovy
2222
dependencies {
23-
implementation 'com.braintreepayments.api:browser-switch:3.0.0-beta1-SNAPSHOT'
23+
implementation 'com.braintreepayments.api:browser-switch:3.0.0-SNAPSHOT'
2424
}
2525
```
2626

@@ -116,13 +116,13 @@ override fun onNewIntent(newIntent: Intent?) {
116116

117117
## Versions
118118

119-
This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our [developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/android/v4).
119+
This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our [developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/android/v5).
120120

121-
| Major version number | Status | Released | Deprecated | Unsupported |
122-
|----------------------|----------|---------------| ---------- | ----------- |
123-
| 3.x.x | Beta | TBA | TBA | TBA |
124-
| 2.x.x | Active | February 2021 | TBA | TBA |
125-
| 1.x.x | Inactive | June 2020 | April 2022 | April 2023 |
121+
| Major version number | Status | Released | Deprecated | Unsupported |
122+
|----------------------|-------------|---------------|------------|-------------|
123+
| 3.x.x | Active | March 2025 | TBA | TBA |
124+
| 2.x.x | Inactive | February 2021 | March 2026 | March 2027 |
125+
| 1.x.x | Unsupported | June 2020 | April 2022 | April 2023 |
126126

127127
## Help
128128

0 commit comments

Comments
 (0)