Skip to content

Commit 5838ddb

Browse files
committed
dev commmit
1 parent 80c94ad commit 5838ddb

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

TextViewerModule/build.gradle.kts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,14 @@ dependencies {
103103
androidTestImplementation(platform(libs.androidx.compose.bom))
104104
}
105105

106-
publishing {
107-
publications {
108-
create<MavenPublication>("maven") {
109-
groupId = "com.github.BharathVishal"
110-
artifactId = "TextFileViewerAndroid"
111-
version = "1.3.8"
112-
113-
afterEvaluate {
106+
afterEvaluate {
107+
publishing {
108+
publications {
109+
create<MavenPublication>("maven") {
114110
from(components["release"])
111+
groupId = "com.github.BharathVishal"
112+
artifactId = "TextFileViewerAndroid"
113+
version = "1.3.9"
115114
}
116115
}
117116
}

0 commit comments

Comments
 (0)