We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4147803 + c023f38 commit d046930Copy full SHA for d046930
1 file changed
ChangeLogLib/build.gradle.kts
@@ -22,6 +22,10 @@ android {
22
languageVersion.set(JavaLanguageVersion.of(17))
23
}
24
25
+ publishing {
26
+ singleVariant("release") {
27
+ }
28
29
30
31
dependencies {
0 commit comments