We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9600bf1 commit 859e67fCopy full SHA for 859e67f
app/build.gradle
@@ -99,7 +99,7 @@ android {
99
applicationVariants.configureEach { variant ->
100
variant.outputs.each { output ->
101
// def formattedDate = new Date().format('yyyyMMdd_HHmm')
102
- def apkName = "SandsayApp_${variant.flavorName}_${variant.versionName}(${variant.versionCode}).apk"
+ def apkName = "SandsayExample_${variant.flavorName}_${variant.versionName}(${variant.versionCode}).apk"
103
output.outputFileName = apkName
104
}
105
0 commit comments