From b9960a1bc1c38bbffe53bfceec29c5b4179e11ab Mon Sep 17 00:00:00 2001
From: Stephanie <127455800+stechiu@users.noreply.github.com>
Date: Wed, 11 Dec 2024 20:43:27 -0800
Subject: [PATCH] Added warning messages. Updated Help and Feedback sections
---
README.md | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 28cb886d..c9204278 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,10 @@
[![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)
-Braintree Android Drop-In is a readymade UI that allows you to accept card and alternative payments in your Android app.
-
-
-
## 📣 Announcements
-**The Android Drop-In SDK is currently inactive and will be unsupported 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. As an alternative, we recommend using the ![Braintree SDK](https://github.com/braintree/braintree_android) for unbranded checkout.
+🚨🚨🚨 **The Android Drop-In SDK is currently inactive and will be unsupported 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).
@@ -17,8 +15,17 @@ This SDK abides by our Client SDK Deprecation Policy. For more information on th
| Deprecated | June 2025 |
| Unsupported | November 2025 |
+## Welcome
+
+Braintree Android Drop-In is a readymade UI that allows you to accept card and alternative payments in your Android app.
+
+
+
+
## 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
@@ -63,6 +70,8 @@ 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 |
@@ -172,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