Prepare corrective release 1.1.6
This commit is contained in:
parent
9fc00fe6ff
commit
72515ee635
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: hot fixes for 1.1.5
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.6
|
|
@ -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 = 1
|
ext.versionMinor = 1
|
||||||
ext.versionPatch = 5
|
ext.versionPatch = 6
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
|
Loading…
Reference in New Issue