Increment version

Change-Id: Id67482f897e5f28851077bec9c84045120b731a7
This commit is contained in:
SpiritCroc 2024-01-21 10:42:22 +01:00
parent 0a20220ef1
commit d7e7a319f0
2 changed files with 6 additions and 5 deletions

View File

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

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 = 10 ext.versionPatch = 10
ext.scVersion = 74 ext.scVersion = 75
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 40101240 versionCode 40101250
versionName "1.6.8.sc74" versionName "1.6.10.sc75"
// 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.8.sc74" versionName "1.6.10.sc75"
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.8.sc74" versionName "1.6.10.sc75"
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