Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,30 @@

[![Tests](https://github.com/braintree/braintree-android-drop-in/actions/workflows/tests.yml/badge.svg)](https://github.com/braintree/braintree-android-drop-in/actions/workflows/tests.yml)

## 📣 Announcements
🚨🚨🚨 **The Android Drop-In SDK is currently inactive and will be unsupported and sunset by November 2025** 🚨🚨🚨

As of December 2024, the Android Drop-In SDK is inactive. No additional features will be added with the exception of security updates. Instead, implement a custom UI using the ![Braintree SDK (braintree_android)](https://github.com/braintree/braintree_android).

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).

| Status | Date |
| -------- | ------------- |
| Inactive | December 2024 |
| Deprecated | June 2025 |
| Unsupported & Sunset | November 2025 |

## Welcome

Braintree Android Drop-In is a readymade UI that allows you to accept card and alternative payments in your Android app.

<img alt="Screenshot of Drop-In" src="screenshots/vaulted-payment-methods.png" width="200"/>

## 📣 Announcements
- A new major version of the SDK is now available. See the [v6 migration guide](v6_MIGRATION_GUIDE.md) for details.
- Upgrade your integration to continue accepting Braintree payments The SSL certificates for the Android SDK are set to expire by June 31, 2025. Upgrade to v6.16.0+ to continue using the Braintree SDK.

## Adding it to your project

🚨🚨🚨 **WARNING: The Android Drop-In SDK is currently inactive and will be unsupported by November 2025. See the Announcements section for more details** 🚨🚨🚨

Add the dependency in your `build.gradle`:

```groovy
Expand Down Expand Up @@ -56,11 +70,13 @@ allprojects {

## Versions

🚨🚨🚨 **WARNING: The Android Drop-In SDK is currently inactive and will be unsupported by November 2025. See the Announcements section for more details** 🚨🚨🚨

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).

| Major version number | Status | Released | Deprecated | Unsupported |
| -------------------- | ------ | -------- | ---------- | ----------- |
| 6.x.x | Active | November 2021 | TBA | TBA |
| 6.x.x | Inactive | November 2021 | June 2025 | November 2025 |
| 5.x.x | Unsupported | September 2020 | November 2022 | November 2023 |
| 4.x.x | Unsupported | February 2019 | September 2021 | September 2022 |

Expand Down Expand Up @@ -165,18 +181,16 @@ dropInClient.fetchMostRecentPaymentMethod(this) { dropInResult, error ->

## Help

The Braintree Android Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details.

* [Read the javadocs](https://braintree.github.io/braintree-android-drop-in/)
* [Read the docs](https://developer.paypal.com/braintree/docs/guides/drop-in/overview/android/v4)
* Find a bug? [Open an issue](https://github.com/braintree/braintree-android-drop-in/issues)
* Want to contribute? [Check out contributing guidelines](CONTRIBUTING.md) and [submit a pull request](https://help.github.com/articles/creating-a-pull-request).

## Feedback

Here are a few ways to get in touch:
The Braintree Android Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details.

* [GitHub Issues](https://github.com/braintree/braintree-android-drop-in/issues) - For generally applicable issues and feedback
* [Braintree Support](https://developer.paypal.com/braintree/articles) / [Get Help](https://developer.paypal.com/braintree/help) -
for personal support at any phase of integration
For support on implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios), go to [Braintree Support](https://help.braintreepayments.com).

## License

Expand Down
Loading