From 6b8252faf487a238e7b07606301ae30105068cc8 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Fri, 10 Mar 2023 17:27:37 +0000 Subject: [PATCH] Replace Sunflower with Now in Android --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aafd623c0..3b065de73 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The app in this project aims to be simple enough that you can understand it quic ## What is it not? * A UI/Material Design sample. The interface of the app is deliberately kept simple to focus on architecture. Check out the [Compose Samples](https://github.com/android/compose-samples) instead. -* A complete Jetpack sample covering all libraries. Check out [Android Sunflower](https://github.com/googlesamples/android-sunflower) or the advanced [GitHub Browser Sample](https://github.com/googlesamples/android-architecture-components/tree/master/GithubBrowserSample) instead. +* A complete Jetpack sample covering all libraries. Check out [Now in Android](https://github.com/android/nowinandroid) or the advanced [GitHub Browser Sample](https://github.com/googlesamples/android-architecture-components/tree/master/GithubBrowserSample) instead. * A real production app with network access, user authentication, etc. Check out the [Now in Android app](https://github.com/android/nowinandroid) instead. ## Who is it for?