Increment version

Change-Id: I694bd8b1a917d0f7fbebed4fbc033bcc8bcf626e
This commit is contained in:
SpiritCroc 2024-09-29 13:03:54 +02:00
parent e48fdcae8e
commit 7fe2e68890
2 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,2 @@
- Update codebase to Element v1.6.22
- Fix misaligned color preferences

View file

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