Skip to content

Commit

Permalink
Prepare for v1.2.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Jan 9, 2024
1 parent 5d52ee4 commit 05acb1f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An AndroidX MenuHost & MenuProvider-like API for Jetpack Compose!

```kt
dependencies {
val menuproviderVersion = "1.1.0"
val menuproviderVersion = "1.2.0"

// Core provides a generic implementation fit for any design system
implementation("io.github.boswelja.menuprovider:core:$menuproviderVersion")
Expand Down
6 changes: 5 additions & 1 deletion core/MODULE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Module core

The core menu provider system. This module contains everything you need to use a `MenuHost` and
create `MenuItems`.
create `MenuItems`. Use this if you aren't using Material3, or if you prefer to build UI yourself.

# Package com.boswelja.menuprovider

Contains all foundational components used to build a menu.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.2.0"
android-gradle-plugin = "8.2.1"
detekt = "1.23.4"
kotlin = "1.9.21"
dokka = "1.9.10"
Expand Down
7 changes: 6 additions & 1 deletion material3/MODULE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Module material3

A set of opinionated Composables that can be used to streamline displaying menu items with a
material3 design.
material3 design. Use this for convenient access to menu-related UI that adapts to your Material3
theme.

# Package com.boswelja.menuprovider.material3

Contains all material3-related menu Composables.

0 comments on commit 05acb1f

Please sign in to comment.