Skip to content

Commit

Permalink
build: change maven group to dev.silenium.compose.av
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Jul 27, 2024
1 parent 76c32a4 commit 0a2f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ allprojects {
apply<MavenPublishPlugin>()
apply<BasePlugin>()

group = "dev.silenium.compose"
group = "dev.silenium.compose.av"
version = findProperty("deploy.version") as String? ?: "0.0.0-SNAPSHOT"

repositories {
Expand Down

0 comments on commit 0a2f17e

Please sign in to comment.