Increment version

Change-Id: I2bc1e70cf0eaec2180b569e608f724d3ef145c26
This commit is contained in:
SpiritCroc 2022-09-28 17:05:14 +02:00
parent bee145f951
commit bf78ec8964
2 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,2 @@
- Update codebase to Element v1.5.0
- Apply v1.5.1 security patch

View File

@ -38,7 +38,7 @@ ext.versionMinor = 5
// is the value for the next regular release. // is the value for the next regular release.
ext.versionPatch = 1 ext.versionPatch = 1
ext.scVersion = 59 ext.scVersion = 60
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' def cmd = 'git show -s --format=%ct'
@ -142,8 +142,8 @@ android {
renderscriptTargetApi 24 renderscriptTargetApi 24
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true
versionCode 40100930 versionCode 40100940
versionName "1.4.36.sc59" versionName "1.5.1.sc60"
// Generate a random app task affinity // Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -308,14 +308,14 @@ android {
dimension "store" dimension "store"
isDefault = true isDefault = true
versionName "1.4.36.sc59" versionName "1.5.1.sc60"
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.4.36.sc59" versionName "1.5.1.sc60"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\"" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
} }