diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2017-05-20 06:08:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-20 06:08:52 +0200 |
| commit | 89535468eb178af2a0dcfafff7b47bbbc3c0e2e1 (patch) | |
| tree | 1341c08fdfcc2bfd16a8365cbdf866da81172589 /Source/Android | |
| parent | b47d44ab15924d9965370172f0978b402ee88afc (diff) | |
| parent | d486904e9bc6e6f223efb3aca5187530207aa61c (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.gradle | 8 |
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 { |
