Increment version

Change-Id: Ibbb95ad01f2fbc96d1941de8db57c754c059ea7f
This commit is contained in:
SpiritCroc 2021-11-06 09:24:27 +01:00
parent aa8a91d6fb
commit bd6814325b
2 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,9 @@
- Update codebase to Element v1.3.6
- Make "jump to bottom on send" a setting
- Keep screen on during voice recording
- Add setting to put DMs in spaces based on space memberships
- At long press action to open rooms at the bottom, if "open at first unread" is enabled
- Fix broken video compression
- Avoid message jumps in the chat
- Improve how expanding messages (e.g. added URL previews) move other messages
- Improve room previews for RTL/LTR mixes of sender and message

View File

@ -16,7 +16,7 @@ ext.versionMajor = 1
ext.versionMinor = 3
ext.versionPatch = 6
ext.scVersion = 45
ext.scVersion = 46
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -125,10 +125,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 40100680
versionCode 40100700
// Required for sonar analysis
versionName "1.3.1.sc45"
versionName "1.3.6.sc46"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""
@ -269,7 +269,7 @@ android {
dimension "store"
isDefault = true
versionName "1.3.1.sc45"
versionName "1.3.6.sc46"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -280,7 +280,7 @@ android {
fdroid {
dimension "store"
versionName "1.3.1.sc45"
versionName "1.3.6.sc46"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"