aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 16:03:52 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 16:03:52 -0700
commitb3f5f9b41c89f74792f2a027ed2ab31a60c88b5e (patch)
tree27a92ed7683b9cc87089a5b89d8a1a806c628a95 /app/build.gradle
parentd585b54b51c67e6fc82853937b29455932ede44b (diff)
parente6c33ca5acf7eafa0620c2539343685cb52e4a20 (diff)
downloadconnectbot-b3f5f9b41c89f74792f2a027ed2ab31a60c88b5e.tar.gz
connectbot-b3f5f9b41c89f74792f2a027ed2ab31a60c88b5e.tar.bz2
connectbot-b3f5f9b41c89f74792f2a027ed2ab31a60c88b5e.zip
Merge tag 'v1.8.6' into master
Update version code for v1.8.6
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 d451fd4..e791fc9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ def getGitDescription = { ->
try {
def stdout = new ByteArrayOutputStream()
exec {
- commandLine 'git', 'describe', '--tags', '--dirty'
+ commandLine 'git', 'describe', '--dirty'
standardOutput = stdout
}
return stdout.toString().trim()