Skip to content

Commit dac3272

Browse files
committed
dev commit
1 parent 5838ddb commit dac3272

File tree

66 files changed

+68
-7416
lines changed

Some content is hidden

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

66 files changed

+68
-7416
lines changed

TextViewerModule/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,3 @@ 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.9"
114-
}
115-
}
116-
}
117-
}

0 commit comments

Comments
 (0)