Prepare corrective release 1.1.6

This commit is contained in:
Benoit Marty 2021-04-16 13:28:57 +02:00 committed by Benoit Marty
parent 9fc00fe6ff
commit 72515ee635
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@ kapt {
// Note: 2 digits max for each value
ext.versionMajor = 1
ext.versionMinor = 1
ext.versionPatch = 5
ext.versionPatch = 6
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'