Skip to content

Commit

Permalink
Add missing publication name (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Sep 30, 2023
1 parent 83d31f2 commit 16c39ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ publishing {

publications.withType<MavenPublication> {
pom {
name = "core"
description = "An AndroidX MenuHost & MenuProvider-like API for Jetpack Compose!"
url = "https://github.com/boswelja/compose-menuprovider"
licenses {
Expand Down
1 change: 1 addition & 0 deletions material3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ publishing {

publications.withType<MavenPublication> {
pom {
name = "material3"
description = "An AndroidX MenuHost & MenuProvider-like API for Jetpack Compose!"
url = "https://github.com/boswelja/compose-menuprovider"
licenses {
Expand Down

0 comments on commit 16c39ac

Please sign in to comment.