Increment version

Change-Id: I59493d232f89b6d61d442993b6a260c4d5e578b3
This commit is contained in:
SpiritCroc 2021-10-08 08:49:37 +02:00
parent 03e010a33d
commit 2eec10a0c9
2 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1,6 @@
- Update codebase to Element v1.3.1
- Support MSC2654 for server-reported unread counts
- Jump to the bottom of a chat when sending a message
- Use the voice message player also for audio messages
- Fix and improve FCM troubleshooting
- Improve visibility of the "jump to bottom" unread counter badge

View File

@ -16,7 +16,7 @@ ext.versionMajor = 1
ext.versionMinor = 3
ext.versionPatch = 1
ext.scVersion = 44
ext.scVersion = 45
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 40100660
versionCode 40100680
// Required for sonar analysis
versionName "1.2.2.sc44"
versionName "1.3.1.sc45"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""
@ -269,7 +269,7 @@ android {
dimension "store"
isDefault = true
versionName "1.2.2.sc44"
versionName "1.3.1.sc45"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -280,7 +280,7 @@ android {
fdroid {
dimension "store"
versionName "1.2.2.sc44"
versionName "1.3.1.sc45"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"