Increment version

Change-Id: I1098812fa9e84ad31c69b32b071ee6d2d09a5018
This commit is contained in:
SpiritCroc 2024-12-02 10:09:29 +01:00
parent fb75357dee
commit 350c9fc9ca
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1 @@
Fix app sometimes getting stuck in a restart loop when requesting notification permissions

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 = 24 ext.versionPatch = 24
ext.scVersion = 82 ext.scVersion = 83
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 40101320 versionCode 40101330
versionName "1.6.24.sc82" versionName "1.6.24.sc83"
// 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.24.sc82" versionName "1.6.24.sc83"
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.24.sc82" versionName "1.6.24.sc83"
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