aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 13:30:05 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 13:30:34 -0700
commit0769f1bdfb272ff847dc06d0a23d23b326f96fb6 (patch)
treef96e8cb0ce883ba83551daa46df25f22b71bb701 /app/build.gradle
parent82cb97e1b8e944826c865ac89c0acc8089754bab (diff)
downloadconnectbot-0769f1bdfb272ff847dc06d0a23d23b326f96fb6.tar.gz
connectbot-0769f1bdfb272ff847dc06d0a23d23b326f96fb6.tar.bz2
connectbot-0769f1bdfb272ff847dc06d0a23d23b326f96fb6.zip
Only consider annotated tags
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0913b4e..34fe4c4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -87,7 +87,7 @@ def getGitDescription = { ->
try {
def stdout = new ByteArrayOutputStream()
exec {
- commandLine 'git', 'describe', '--tags', '--dirty'
+ commandLine 'git', 'describe', '--dirty'
standardOutput = stdout
}
return stdout.toString().trim()