Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianscar committed Jan 10, 2023
1 parent 2a3bfa0 commit a5efd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ publishing {
publications {
release(MavenPublication) {
groupId = libGroupName
artifactId = "${rootProject.name}-${project.name}"
artifactId = "${rootProject.name}"
version = libVersionName
afterEvaluate {
from components.release
Expand Down

0 comments on commit a5efd3e

Please sign in to comment.