mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
don't include carriage return in generated file name
This commit is contained in:
parent
fe7b32ef65
commit
73598462b8
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue