We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd17392 commit a4b5e44Copy full SHA for a4b5e44
filepickerlibrary/build.gradle.kts
@@ -67,9 +67,9 @@ dependencies {
67
debugImplementation(libs.androidx.ui.tooling)
68
debugImplementation(libs.androidx.ui.test.manifest)
69
}
70
-
+val automaticRelease: Boolean = true
71
mavenPublishing {
72
- publishToMavenCentral( true)
+ publishToMavenCentral(automaticRelease)
73
signAllPublications()
74
coordinates("io.github.chochanaresh", "filepicker", versionName)
75
0 commit comments