Increment version

Change-Id: I35b83dc3f579688f9c580c243e933a95b908952a
This commit is contained in:
SpiritCroc 2023-12-07 17:51:38 +01:00
parent 46cd827e95
commit 86317190c4
2 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,2 @@
- Update codebase to Element v1.6.8
- Don't auto-insert ':' after mentions

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 = 8 ext.versionPatch = 8
ext.scVersion = 73 ext.scVersion = 74
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 40101230 versionCode 40101240
versionName "1.6.6.sc73" versionName "1.6.8.sc74"
// 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.6.sc73" versionName "1.6.8.sc74"
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.6.sc73" versionName "1.6.8.sc74"
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