Increment version

Change-Id: I710e0f58cc1fef70e5bc199ab4effb607ad321db
This commit is contained in:
SpiritCroc 2021-07-27 14:53:48 +02:00
parent 1a1d19cf20
commit 782141998d
2 changed files with 8 additions and 5 deletions

View File

@ -0,0 +1,3 @@
- Update codebase to Element v1.1.14
- Theme improvements for messages with markdown
- Setting to choose the accent color for SC themes

View File

@ -16,7 +16,7 @@ ext.versionMajor = 1
ext.versionMinor = 1
ext.versionPatch = 14
ext.scVersion = 38
ext.scVersion = 39
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -122,10 +122,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 40100580
versionCode 40100590
// Required for sonar analysis
versionName "1.1.14.sc38"
versionName "1.1.14.sc39"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""
@ -258,7 +258,7 @@ android {
dimension "store"
isDefault = true
versionName "1.1.14.sc38"
versionName "1.1.14.sc39"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -269,7 +269,7 @@ android {
fdroid {
dimension "store"
versionName "1.1.14.sc38"
versionName "1.1.14.sc39"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"