diff --git a/fastlane/metadata/android/en-US/changelogs/40100930.txt b/fastlane/metadata/android/en-US/changelogs/40100930.txt new file mode 100644 index 0000000000..94a1b68d02 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100930.txt @@ -0,0 +1,4 @@ +- Update codebase to Element v1.4.36 +- Fix pills appearing twice for nested inline images +- Inline images: Use alt text in room previews and notifications +- Use light navigation bar in light SC themes diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 1c2782118d..f3835a9bd1 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -38,7 +38,7 @@ ext.versionMinor = 4 // is the value for the next regular release. ext.versionPatch = 36 -ext.scVersion = 58 +ext.scVersion = 59 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' @@ -142,8 +142,8 @@ android { renderscriptTargetApi 24 renderscriptSupportModeEnabled true - versionCode 40100910 - versionName "1.4.34.sc58" + versionCode 40100930 + versionName "1.4.36.sc59" // Generate a random app task affinity manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] @@ -302,14 +302,14 @@ android { dimension "store" isDefault = true - versionName "1.4.34.sc58" + versionName "1.4.36.sc59" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\"" } fdroid { dimension "store" - versionName "1.4.34.sc58" + versionName "1.4.36.sc59" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\"" }