Increment version

Change-Id: I2a76553af45c7056f04cc1cfa0909ab86c4f147a
This commit is contained in:
SpiritCroc 2023-04-15 17:02:00 +02:00
parent f16a7edf51
commit 423f841a2a
2 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,7 @@
- Update codebase to Element v1.5.30
- Button to send supported custom emotes as sticker when entered as only content in the message composer
- Fix sticker style in threads
- Show sticker body instead of "Sticker" text in room previews
- Move custom emojis below standard emojis in autocompletion
- Fix possible crash when rendering certain formatted messages
- Another attempt to fix all cases of wrong read receipt locations

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 = 30 ext.versionPatch = 30
ext.scVersion = 65 ext.scVersion = 66
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 40101050 versionCode 40101060
versionName "1.5.28.sc65" versionName "1.5.30.sc66"
// 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.28.sc65" versionName "1.5.30.sc66"
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.28.sc65" versionName "1.5.30.sc66"
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