Increment version

Change-Id: I04751368e916d37162f752abd25243400dc6575d
This commit is contained in:
SpiritCroc 2021-07-26 12:51:54 +02:00
parent abccf99f55
commit f8b9d3571c
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.versionMinor = 1
ext.versionPatch = 14 ext.versionPatch = 14
ext.scVersion = 37 ext.scVersion = 38
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' 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. // `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. // Other branches (main, features, etc.) will have version code based on application version.
versionCode 40100560 versionCode 40100580
// Required for sonar analysis // Required for sonar analysis
versionName "1.1.12.sc37" versionName "1.1.14.sc38"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\""
@ -258,7 +258,7 @@ android {
dimension "store" dimension "store"
isDefault = true isDefault = true
versionName "1.1.12.sc37" versionName "1.1.14.sc38"
resValue "bool", "isGplay", "true" resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -269,7 +269,7 @@ android {
fdroid { fdroid {
dimension "store" dimension "store"
versionName "1.1.12.sc37" versionName "1.1.14.sc38"
resValue "bool", "isGplay", "false" resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"