Increment version

Change-Id: Ieb63a5f1f3f14f11ef0f874b45f74d95e14240b6
This commit is contained in:
SpiritCroc 2022-05-09 12:41:04 +02:00
parent 5a8639b24c
commit 9d6749f8cb
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,4 @@
- Update codebase to Element v1.4.14
- Support rendering inline images and custom emojis in the timeline
- Fix some corner case timeline bugs
- Fix read markers sometimes not updating

View File

@ -20,7 +20,7 @@ ext.versionMinor = 4
// is the value for the next regular release.
ext.versionPatch = 14
ext.scVersion = 52
ext.scVersion = 53
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 40100820
versionCode 40100840
// Required for sonar analysis
versionName "1.4.13.sc52"
versionName "1.4.14.sc53"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"]
@ -267,7 +267,7 @@ android {
dimension "store"
isDefault = true
versionName "1.4.13.sc52"
versionName "1.4.14.sc53"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -279,7 +279,7 @@ android {
fdroid {
dimension "store"
versionName "1.4.13.sc52"
versionName "1.4.14.sc53"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"