don't include carriage return in generated file name

This commit is contained in:
Eric House 2016-05-23 07:42:43 -07:00
parent fe7b32ef65
commit 73598462b8

View file

@ -105,7 +105,7 @@ android {
abortOnError false
}
def gitrev = "git describe --tags".execute().text
def gitrev = "git describe --tags".execute().text.trim()
applicationVariants.all { variant ->
variant.outputs.each { output ->
output.outputFile =