diff --git a/fastlane/metadata/android/en-US/changelogs/40101080.txt b/fastlane/metadata/android/en-US/changelogs/40101080.txt new file mode 100644 index 0000000000..83c7834fa3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40101080.txt @@ -0,0 +1,5 @@ +- Render MSC2530 captions in notifications +- Labs setting to clear highlighted message on scroll +- Adjust fallback height for sent custom emotes to match MSC2545 +- Fix possible crash from emoji-autocompletion +- Fix crash when rendering live location on Android < 7 diff --git a/vector-app/build.gradle b/vector-app/build.gradle index dad168e813..256c88b019 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 = 32 -ext.scVersion = 67 +ext.scVersion = 68 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' @@ -135,8 +135,8 @@ android { renderscriptTargetApi 24 renderscriptSupportModeEnabled true - versionCode 40101070 - versionName "1.5.32.sc67" + versionCode 40101080 + versionName "1.5.32.sc68" // Generate a random app task affinity manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] @@ -299,14 +299,14 @@ android { } dimension "store" - versionName "1.5.32.sc67" + versionName "1.5.32.sc68" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\"" } fdroid { dimension "store" - versionName "1.5.32.sc67" + versionName "1.5.32.sc68" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\"" isDefault = true