From f8b9d3571c7bd9dd95bae21ccc795a72b060b61c Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Mon, 26 Jul 2021 12:51:54 +0200 Subject: [PATCH] Increment version Change-Id: I04751368e916d37162f752abd25243400dc6575d --- .../metadata/android/en-US/changelogs/40100580.txt | 3 +++ vector/build.gradle | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40100580.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40100580.txt b/fastlane/metadata/android/en-US/changelogs/40100580.txt new file mode 100644 index 0000000000..972e43164d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100580.txt @@ -0,0 +1,3 @@ +- Update codebase to Element v1.1.14 +- Theme improvements for messages with markdown +- Setting to choose the accent color for SC themes diff --git a/vector/build.gradle b/vector/build.gradle index 9e1874a4fa..e81499c950 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -16,7 +16,7 @@ ext.versionMajor = 1 ext.versionMinor = 1 ext.versionPatch = 14 -ext.scVersion = 37 +ext.scVersion = 38 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' @@ -122,10 +122,10 @@ android { // `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode. // Other branches (main, features, etc.) will have version code based on application version. - versionCode 40100560 + versionCode 40100580 // Required for sonar analysis - versionName "1.1.12.sc37" + versionName "1.1.14.sc38" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\"" @@ -258,7 +258,7 @@ android { dimension "store" isDefault = true - versionName "1.1.12.sc37" + versionName "1.1.14.sc38" resValue "bool", "isGplay", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true" @@ -269,7 +269,7 @@ android { fdroid { dimension "store" - versionName "1.1.12.sc37" + versionName "1.1.14.sc38" resValue "bool", "isGplay", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"