Skip to content

Commit 859e67f

Browse files
committed
- Apk name fixed ("SendsayApp" in development now this is "SendsayExample")
1 parent 9600bf1 commit 859e67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ android {
9999
applicationVariants.configureEach { variant ->
100100
variant.outputs.each { output ->
101101
// def formattedDate = new Date().format('yyyyMMdd_HHmm')
102-
def apkName = "SandsayApp_${variant.flavorName}_${variant.versionName}(${variant.versionCode}).apk"
102+
def apkName = "SandsayExample_${variant.flavorName}_${variant.versionName}(${variant.versionCode}).apk"
103103
output.outputFileName = apkName
104104
}
105105
}

0 commit comments

Comments
 (0)