Increment version

Change-Id: I2085e195b16f4aed273f40c1e78909eebf4721c8
This commit is contained in:
SpiritCroc 2025-06-10 21:01:38 +02:00
parent ba4ff263d9
commit 6a22e92655
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -39,7 +39,7 @@ ext.versionMinor = 6
// is the value for the next regular release.
ext.versionPatch = 42
ext.scVersion = 86
ext.scVersion = 87
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -154,8 +154,8 @@ android {
renderscriptTargetApi 24
renderscriptSupportModeEnabled true
versionCode 40101360
versionName "1.6.36.sc86"
versionCode 40101370
versionName "1.6.42.sc87"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -317,14 +317,14 @@ android {
}
dimension "store"
versionName "1.6.36.sc86"
versionName "1.6.42.sc87"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
}
fdroid {
dimension "store"
versionName "1.6.36.sc86"
versionName "1.6.42.sc87"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
isDefault = true