Increment version

Change-Id: I1ee9cd971db7e929c6828c5fc20a8e700cb70bda
This commit is contained in:
SpiritCroc 2022-08-29 13:11:33 +02:00
parent 16ca0951ca
commit 6076df81ed
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1 @@
Update codebase to Element v1.4.34

View File

@ -39,7 +39,7 @@ ext.versionMinor = 4
// is the value for the next regular release.
ext.versionPatch = 34
ext.scVersion = 57
ext.scVersion = 58
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -145,10 +145,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 40100900
versionCode 40100910
// Required for sonar analysis
versionName "1.4.32.sc57"
versionName "1.4.34.sc58"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -310,7 +310,7 @@ android {
dimension "store"
isDefault = true
versionName "1.4.32.sc57"
versionName "1.4.34.sc58"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
@ -319,7 +319,7 @@ android {
fdroid {
dimension "store"
versionName "1.4.32.sc57"
versionName "1.4.34.sc58"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""