From 4f46f470d67be76662d2dd20bab11c4bcadfe7cf Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sat, 22 May 2021 10:12:03 +0200 Subject: [PATCH] Increment version Change-Id: I08b244059c9619a0adfe900c0aac569525cee9ad --- .../metadata/android/en-US/changelogs/40100480.txt | 5 +++++ vector/build.gradle | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40100480.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40100480.txt b/fastlane/metadata/android/en-US/changelogs/40100480.txt new file mode 100644 index 0000000000..d35efe6a43 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100480.txt @@ -0,0 +1,5 @@ +- Section expand status: remember for each space +- Fix counting unread chats in spaces +- RTL fixes and improvements +- Sort root spaces by display name instead of id +- Other minor bugfixes diff --git a/vector/build.gradle b/vector/build.gradle index 4c7d791fdf..c9f9c84fde 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -16,7 +16,7 @@ ext.versionMajor = 1 ext.versionMinor = 1 ext.versionPatch = 7 -ext.scVersion = 32 +ext.scVersion = 33 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 40100470 + versionCode 40100480 // Required for sonar analysis - versionName "1.1.7.sc32" + versionName "1.1.7.sc33" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\"" @@ -244,7 +244,7 @@ android { dimension "store" isDefault = true - versionName "1.1.7.sc32" + versionName "1.1.7.sc33" resValue "bool", "isGplay", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true" @@ -255,7 +255,7 @@ android { fdroid { dimension "store" - versionName "1.1.7.sc32" + versionName "1.1.7.sc33" resValue "bool", "isGplay", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"