diff --git a/app/build.gradle b/app/build.gradle index 6c4d9faa7..d7a63d3be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ def getVersionName = { -> commandLine 'git', 'describe', '--tags', '--always' standardOutput = stdout } - return stdout.toString().trim().substring(1) + return stdout.toString().trim() } repositories {