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:
commit
89535468eb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue