Skip to content

Commit 51ebc40

Browse files
committed
Fixed the issue
1 parent 0ca32e4 commit 51ebc40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose_cards/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.android.build.gradle.internal.utils.createPublishingInfoForLibrary
33
plugins {
44
id("com.android.library")
55
id("org.jetbrains.kotlin.android")
6-
id("maven-publish")
6+
`maven-publish`
77
}
88

99
android {
@@ -64,7 +64,7 @@ publishing {
6464
register<MavenPublication>("release") {
6565
groupId = "com.github.aritra-tech"
6666
artifactId = "compose-cards"
67-
version = "1.0.1"
67+
version = "1.0.2"
6868

6969
afterEvaluate {
7070
from(components["release"])

0 commit comments

Comments
 (0)