Skip to content

Commit 4ad8b50

Browse files
author
Fernando
committed
Updated :: Project publishinh
1 parent 383ed4a commit 4ad8b50

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

debugMenu/build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ plugins {
55
alias(libs.plugins.maven.publish)
66
}
77

8+
group = "com.github.Tapadoo"
9+
version = "1.0.6"
10+
811
publishing {
912
publications {
1013
register<MavenPublication>("default") {
11-
groupId = "com.tapadoo"
12-
artifactId = "debugmenu"
13-
version = "1.0.6"
14+
groupId = project.group.toString()
15+
artifactId = "DebugMenu"
16+
version = project.version.toString()
1417

1518
afterEvaluate {
1619
from(components["default"])
@@ -81,4 +84,3 @@ dependencies {
8184
androidTestImplementation("androidx.test.ext:junit:1.2.1")
8285
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
8386
}
84-

0 commit comments

Comments
 (0)