Skip to content

Commit

Permalink
Merge pull request #1770 from google/alexvanyo-patch-1
Browse files Browse the repository at this point in the history
Update README.md to deprecate navigation-material
  • Loading branch information
bentrengrove authored May 7, 2024
2 parents 879ec1a + 6450387 commit 4bafb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 4bafb06

Please sign in to comment.