summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2017-05-20 06:08:52 +0200
committerGitHub <noreply@github.com>2017-05-20 06:08:52 +0200
commit89535468eb178af2a0dcfafff7b47bbbc3c0e2e1 (patch)
tree1341c08fdfcc2bfd16a8365cbdf866da81172589 /Source/Android
parentb47d44ab15924d9965370172f0978b402ee88afc (diff)
parentd486904e9bc6e6f223efb3aca5187530207aa61c (diff)
Merge pull request #5451 from delroth/gradle
build.gradle: do not change the output filename, our CI relies on it
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle8
1 files changed, 0 insertions, 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 {