From 3defe44eff1c2e153fc294c3ac39085743dfd4fe Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sat, 5 Dec 2020 11:02:41 +0100 Subject: [PATCH] Increment version Change-Id: Ic7a599e412c312fb5489500d2eb7ee1808a0b6bb --- fastlane/metadata/android/en-US/changelogs/40100370.txt | 3 +++ vector/build.gradle | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40100370.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40100370.txt b/fastlane/metadata/android/en-US/changelogs/40100370.txt new file mode 100644 index 00000000000..4da087d395a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100370.txt @@ -0,0 +1,3 @@ +- Update codebase to Element 1.0.11 +- Minor easy-mode improvements and fixes +- Increase the margin to the display edge for outgoing messages (now it's identical to incoming messages) diff --git a/vector/build.gradle b/vector/build.gradle index cb760a08671..d5b7246b57f 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -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 (master, features, etc.) will have version code based on application version. - versionCode 40100360 + versionCode 40100370 // Required for sonar analysis - versionName "1.0.10.sc.26" + versionName "1.0.11.sc.26" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\"" @@ -241,7 +241,7 @@ android { gplay { dimension "store" - versionName "1.0.10.sc.26" + versionName "1.0.11.sc.26" resValue "bool", "isGplay", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true" @@ -252,7 +252,7 @@ android { fdroid { dimension "store" - versionName "1.0.10.sc.26" + versionName "1.0.11.sc.26" resValue "bool", "isGplay", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"