Increment version

Change-Id: I41282c5ec503eeb7e54c9e45dfb8b801b6b7304a
This commit is contained in:
SpiritCroc 2023-02-18 11:00:09 +01:00
parent 4939481577
commit 6887589b9e
2 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1,6 @@
- Update codebase to Element v1.5.25
- Improve reply rendering
- Themed icon for Material You
- Add setting to not mention members when clicking on their name
- Clear composer text when canceling message edits
- Various bug fixes

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 = 25 ext.versionPatch = 25
ext.scVersion = 62 ext.scVersion = 63
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 40100990 versionCode 40101030
versionName "1.5.8.sc62" versionName "1.5.25.sc63"
// 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.8.sc62" versionName "1.5.25.sc63"
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.8.sc62" versionName "1.5.25.sc63"
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