mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
version++
This commit is contained in:
parent
e0b9fddd18
commit
37e722e85d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ kapt {
|
||||||
// Note: 2 digits max for each value
|
// Note: 2 digits max for each value
|
||||||
ext.versionMajor = 1
|
ext.versionMajor = 1
|
||||||
ext.versionMinor = 2
|
ext.versionMinor = 2
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 1
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
|
Loading…
Reference in a new issue