Merge pull request #5451 from delroth/gradle

build.gradle: do not change the output filename, our CI relies on it
This commit is contained in:
Pierre Bourdon 2017-05-20 06:08:52 +02:00 committed by GitHub
commit 89535468eb
1 changed files with 0 additions and 8 deletions

View File

@ -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 {