From ad80da421f664979147b764e5ee75e6977262879 Mon Sep 17 00:00:00 2001 From: Rebecca Franks Date: Fri, 2 Aug 2024 11:12:10 +0100 Subject: [PATCH] Update README.md to deprecate Sunflower We are prioritizing a smaller set of Compose samples. Please see https://github.com/android/compose-samples for a more up-to-date set of Compose showcases. We encourage you to fork this sample if you are still finding it valuable for your use case, however - no more updates will be made to this repository. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91f84f921..cb912fc10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Android Sunflower with Compose +Warning: The Sunflower repository is no longer under maintenance, We are prioritizing https://github.com/android/compose-samples as the up-to-date source of truth for Compose best practises. Please use that repository and sample set to continue learning about Jetpack Compose. If you'd like to continue using Sunflower, we encourage you to maintain your own fork of the sample. + A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the [migration journey](https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md) document.