Skip to content

Commit 84a0886

Browse files
authored
Update build.gradle
1 parent 0e77cca commit 84a0886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ android {
103103
applicationVariants.all { variant ->
104104
variant.outputs.each { output ->
105105
def file = output.outputFile
106-
output.outputFile = new File(file.parent, file.name.replace("_app","").replace(".apk", "-" + defaultConfig.versionName + ".apk"))
106+
output.outputFile = new File(file.parent, file.name.replace("app","counter").replace(".apk", "-" + defaultConfig.versionName + ".apk"))
107107
}
108108
}
109109

0 commit comments

Comments
 (0)