Increment version

Change-Id: If221cd37b10e6510ce1bc9f65de9b44c27951e70
This commit is contained in:
SpiritCroc 2022-05-27 09:17:20 +02:00
parent b9853d1aec
commit 086d9c08ff
2 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,9 @@
- Update codebase to Element v1.4.16
- Floating date in the timeline
- Allow sending freeform reactions
- Render image reactions
- Improved rendering of notices in some layouts
- Improved room list preview generation
- Fix FCM push on some old devices
- "Swipe to switch space" improvements
- Bug fixes

View File

@ -33,7 +33,7 @@ ext.versionMinor = 4
// is the value for the next regular release.
ext.versionPatch = 16
ext.scVersion = 53
ext.scVersion = 54
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -141,10 +141,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 40100840
versionCode 40100860
// Required for sonar analysis
versionName "1.4.14.sc53"
versionName "1.4.16.sc54"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"]
@ -280,7 +280,7 @@ android {
dimension "store"
isDefault = true
versionName "1.4.14.sc53"
versionName "1.4.16.sc54"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -292,7 +292,7 @@ android {
fdroid {
dimension "store"
versionName "1.4.14.sc53"
versionName "1.4.16.sc54"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"