We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versionNameSuffix
1 parent b7f71c4 commit fa9499dCopy full SHA for fa9499d
1 file changed
build-logic/convention/src/main/kotlin/net/imknown/android/forefrontinfo/android/Flavor.kt
@@ -30,7 +30,7 @@ fun configureFlavors(
30
flavorConfigurationBlock(flavor)
31
if (this@apply is ApplicationExtension && this is ApplicationProductFlavor) {
32
if (flavor.hasVersionNameSuffix) {
33
- versionNameSuffix = flavor.name
+ versionNameSuffix = "-${flavor.name}"
34
}
35
isDefault = flavor.isDefault
36
0 commit comments