diff --git a/README.md b/README.md index 3719df9fb..008e3f517 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,6 @@ For stable versions of Compose, we use the latest *stable* version of the Compos ### 📫 [Permissions](./permissions/) A library that provides [Android runtime permissions][runtimepermissions] support for Jetpack Compose. -### 🧭🎨️ [Navigation-Material](./navigation-material/) -A library which provides [Compose Material](https://developer.android.com/jetpack/androidx/releases/compose-material) support, such as modal bottom sheets, for Jetpack Navigation Compose. - ### 🖌️ [Drawable Painter](./drawablepainter/) A library which provides a way to use Android Drawables as Jetpack Compose Painters. @@ -70,6 +67,9 @@ See our [Migration Guide](https://google.github.io/accompanist/flowlayout/) for ### 🧭✨[Navigation-Animation](./navigation-animation/) (Deprecated) See our [Migration Guide](https://google.github.io/accompanist/navigation-animation/) for migrating to using built in support for animations in Jetpack Navigation Compose. +### 🧭🎨️ [Navigation-Material](./navigation-material/) (Deprecated) +See our [Migration Guide](https://google.github.io/accompanist/navigation-material/) for migrating to using built in material-navigation support. + ### ⏳ [Placeholder](./placeholder/) (Deprecated) A library that provides easy-to-use modifiers for displaying a placeholder UI while content is loading.