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