We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c94ad commit 5838ddbCopy full SHA for 5838ddb
1 file changed
TextViewerModule/build.gradle.kts
@@ -103,15 +103,14 @@ dependencies {
103
androidTestImplementation(platform(libs.androidx.compose.bom))
104
}
105
106
-publishing {
107
- publications {
108
- create<MavenPublication>("maven") {
109
- groupId = "com.github.BharathVishal"
110
- artifactId = "TextFileViewerAndroid"
111
- version = "1.3.8"
112
-
113
- afterEvaluate {
+afterEvaluate {
+ publishing {
+ publications {
+ create<MavenPublication>("maven") {
114
from(components["release"])
+ groupId = "com.github.BharathVishal"
+ artifactId = "TextFileViewerAndroid"
+ version = "1.3.9"
115
116
117
0 commit comments