Increment version

Change-Id: I0e71f58242dcba7cb534049ad8a2147699c00c75
This commit is contained in:
SpiritCroc 2023-04-23 11:03:51 +02:00
parent 41c6fe5cb4
commit 7e7110d8ca
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,4 @@
- Update codebase to Element v1.5.32
- Fix crash for protected access settings
- Do not ellipsize message previews because of a single trailing newline
- Fix long freeform reactions moving hiding sender and timestamp from reaction info

View File

@ -39,7 +39,7 @@ ext.versionMinor = 5
// is the value for the next regular release. // is the value for the next regular release.
ext.versionPatch = 32 ext.versionPatch = 32
ext.scVersion = 66 ext.scVersion = 67
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' def cmd = 'git show -s --format=%ct'
@ -135,8 +135,8 @@ android {
renderscriptTargetApi 24 renderscriptTargetApi 24
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true
versionCode 40101060 versionCode 40101070
versionName "1.5.30.sc66" versionName "1.5.32.sc67"
// Generate a random app task affinity // Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -299,14 +299,14 @@ android {
} }
dimension "store" dimension "store"
versionName "1.5.30.sc66" versionName "1.5.32.sc67"
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.5.30.sc66" versionName "1.5.32.sc67"
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