Increment version

Change-Id: I7a0c9e40109bb151a9eaf7efb92dca1810fa86e8
This commit is contained in:
SpiritCroc 2024-02-20 10:59:02 +01:00
parent f7a4cc4b31
commit 52ce0d2311
2 changed files with 5 additions and 5 deletions

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 = 75 ext.scVersion = 76
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 40101250 versionCode 40101260
versionName "1.6.10.sc75" versionName "1.6.10.sc76"
// 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.10.sc75" versionName "1.6.10.sc76"
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.10.sc75" versionName "1.6.10.sc76"
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