Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Sep 3, 2017
1 parent 0e77cca commit 84a0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.each { output ->
def file = output.outputFile
output.outputFile = new File(file.parent, file.name.replace("_app","").replace(".apk", "-" + defaultConfig.versionName + ".apk"))
output.outputFile = new File(file.parent, file.name.replace("app","counter").replace(".apk", "-" + defaultConfig.versionName + ".apk"))
}
}

Expand Down

0 comments on commit 84a0886

Please sign in to comment.