Skip to content

Commit 7ae0415

Browse files
author
Daniel Quah
committed
Add publishing data
1 parent 96f8352 commit 7ae0415

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,23 @@ java {
5454
targetCompatibility = JavaVersion.VERSION_17
5555
}
5656

57+
publishing {
58+
publications {
59+
register<MavenPublication>("release") {
60+
groupId = "com.contextu.al"
61+
artifactId = "guideblocks"
62+
version = "1.0"
63+
afterEvaluate {
64+
from(components["release"])
65+
}
66+
}
67+
}
68+
}
5769

5870
dependencies {
5971
implementation("nl.dionsegijn:konfetti-xml:2.0.4")
6072
val appcompat_version = "1.6.1"
73+
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha13")
6174

6275
implementation("androidx.appcompat:appcompat:$appcompat_version")
6376
implementation("com.google.android.material:material:1.11.0")

0 commit comments

Comments
 (0)