1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Prepare v0.14.2

This commit is contained in:
Benoit Marty
2020-02-02 14:06:21 +01:00
parent 97aca28c0d
commit cfee2f93f2

View File

@@ -15,8 +15,8 @@ androidExtensions {
}
ext.versionMajor = 0
ext.versionMinor = 15
ext.versionPatch = 0
ext.versionMinor = 14
ext.versionPatch = 2
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'