Skip to content

Commit e257d2f

Browse files
committed
dev commit
1 parent 03c746f commit e257d2f

58 files changed

Lines changed: 7347 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TextViewerModule/build.gradle.kts

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

106-
afterEvaluate {
107-
publishing {
108-
publications {
109-
create<MavenPublication>("maven") {
110-
from (components["release"])
111-
groupId = "com.github.BharathVishal"
112-
artifactId = "TextFileViewerAndroid"
113-
version = "1.3.6"
106+
publishing {
107+
publications {
108+
create<MavenPublication>("maven") {
109+
groupId = "com.github.BharathVishal"
110+
artifactId = "TextFileViewerAndroid"
111+
version = "1.3.7"
112+
113+
afterEvaluate {
114+
from(components["release"])
114115
}
115116
}
116117
}

0 commit comments

Comments
 (0)