mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix gradle issue
This commit is contained in:
parent
7030258de5
commit
dffcc3f405
@ -15,7 +15,7 @@ def versionMajor = 0
|
||||
def versionMinor = 1
|
||||
def versionPatch = 0
|
||||
|
||||
def getGitTimestamp() {
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
return cmd.execute().text.trim() as Long
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user