Increment version
Change-Id: I710e0f58cc1fef70e5bc199ab4effb607ad321db
This commit is contained in:
parent
1a1d19cf20
commit
782141998d
3
fastlane/metadata/android/en-US/changelogs/40100590.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/40100590.txt
Normal 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
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||||||
ext.versionMinor = 1
|
ext.versionMinor = 1
|
||||||
ext.versionPatch = 14
|
ext.versionPatch = 14
|
||||||
|
|
||||||
ext.scVersion = 38
|
ext.scVersion = 39
|
||||||
|
|
||||||
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 40100580
|
versionCode 40100590
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.1.14.sc38"
|
versionName "1.1.14.sc39"
|
||||||
|
|
||||||
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.14.sc38"
|
versionName "1.1.14.sc39"
|
||||||
|
|
||||||
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.14.sc38"
|
versionName "1.1.14.sc39"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "false"
|
resValue "bool", "isGplay", "false"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user