From d486904e9bc6e6f223efb3aca5187530207aa61c Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 20 May 2017 05:54:55 +0200 Subject: [PATCH] build.gradle: do not change the output filename, our CI relies on it --- Source/Android/app/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 43cb878059..bdb0df444e 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -68,14 +68,6 @@ android { } } } - - applicationVariants.all { variant -> - variant.outputs.each { output -> - def name = output.outputFile.name.replace(variant.buildType.name, "${variant.versionName}") - name = name.replace("app", "dolphin") - output.outputFile = new File(output.outputFile.parent, name) - } - } } ext {