From 9a8efb0ef8e141860ffc0d7284a45ded3fc3bb8a Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Fri, 29 Apr 2022 09:50:04 +0200 Subject: [PATCH] Increment version Change-Id: I3a73a0e2d2956d2e7bdc8efa5a308e89f6411bb7 --- .../metadata/android/en-US/changelogs/40100820.txt | 7 +++++++ vector/build.gradle | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40100820.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40100820.txt b/fastlane/metadata/android/en-US/changelogs/40100820.txt new file mode 100644 index 0000000000..8d977ad2cf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100820.txt @@ -0,0 +1,7 @@ +- Update codebase to Element v1.4.13 +- Follow accent color setting in the attachment preview screen +- Use accent color for the unread marker +- Fix redactions sometimes not shown in message bubbles +- Attempt to fix timeline loops +- Improvements for "Swipe chat list to switch space" +- Fix user override color when coloring by mxid diff --git a/vector/build.gradle b/vector/build.gradle index 0d2488ff0a..dd9a692bae 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -20,7 +20,7 @@ ext.versionMinor = 4 // is the value for the next regular release. ext.versionPatch = 13 -ext.scVersion = 51 +ext.scVersion = 52 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' @@ -128,10 +128,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 40100810 + versionCode 40100820 // Required for sonar analysis - versionName "1.4.11.sc51" + versionName "1.4.13.sc52" // Generate a random app task affinity manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"] @@ -267,7 +267,7 @@ android { dimension "store" isDefault = true - versionName "1.4.11.sc51" + versionName "1.4.13.sc52" resValue "bool", "isGplay", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true" @@ -279,7 +279,7 @@ android { fdroid { dimension "store" - versionName "1.4.11.sc51" + versionName "1.4.13.sc52" resValue "bool", "isGplay", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"