Make other default flavor

This commit is contained in:
世界
2025-12-15 15:28:56 +08:00
parent dcde0bd5c9
commit bc58bf5c82

View File

@@ -93,8 +93,8 @@ android {
applicationVariants.configureEach { variant ->
variant.outputs.configureEach {
outputFileName = (outputFileName as String).replace("-release", "")
outputFileName = (outputFileName as String).replace("-play", "")
outputFileName = (outputFileName as String).replace("-other", "-foss")
outputFileName = (outputFileName as String).replace("-play", "-play")
outputFileName = (outputFileName as String).replace("-other", "")
}
}
}
@@ -217,4 +217,4 @@ ktlint {
reporter "checkstyle"
reporter "html"
}
}
}