From c3077c1ff96ec7649eeed5332e70e994f2e3d8fa Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sat, 1 Apr 2023 11:20:55 +0200 Subject: [PATCH] Increment version Change-Id: I62c495d2a018f29ad88afc6058972608273b357d --- .../metadata/android/en-US/changelogs/40101050.txt | 6 ++++++ vector-app/build.gradle | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40101050.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40101050.txt b/fastlane/metadata/android/en-US/changelogs/40101050.txt new file mode 100644 index 0000000000..3bf03ea502 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40101050.txt @@ -0,0 +1,6 @@ +- Update codebase to Element v1.5.28 +- Escape @room in sent reply fallbacks to avoid unintentional pings in other clients +- Support custom emote packs with state keys +- Render emote pack names in autocompletion +- Possibility to expand emote pack suggestions in autocompletion +- Possibly fix bug with disappearing read receipts diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 2e8289a7dd..8aa05222d3 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -39,7 +39,7 @@ ext.versionMinor = 5 // is the value for the next regular release. ext.versionPatch = 28 -ext.scVersion = 64 +ext.scVersion = 65 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' @@ -135,8 +135,8 @@ android { renderscriptTargetApi 24 renderscriptSupportModeEnabled true - versionCode 40101040 - versionName "1.5.26.sc64" + versionCode 40101050 + versionName "1.5.28.sc65" // Generate a random app task affinity manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] @@ -299,14 +299,14 @@ android { } dimension "store" - versionName "1.5.26.sc64" + versionName "1.5.28.sc65" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\"" } fdroid { dimension "store" - versionName "1.5.26.sc64" + versionName "1.5.28.sc65" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\"" isDefault = true