Increment version

Change-Id: Idf0eed1582ae78c60117ed93f7b04df389ddf1f9
This commit is contained in:
SpiritCroc 2024-11-29 11:53:05 +01:00
parent 8d255d247c
commit 07c88d5119
2 changed files with 6 additions and 5 deletions

View File

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

View File

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