mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fix gradle issue
This commit is contained in:
parent
7030258de5
commit
dffcc3f405
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def versionMajor = 0
|
||||||
def versionMinor = 1
|
def versionMinor = 1
|
||||||
def versionPatch = 0
|
def versionPatch = 0
|
||||||
|
|
||||||
def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
return cmd.execute().text.trim() as Long
|
return cmd.execute().text.trim() as Long
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue