Increment version

Change-Id: Ie3e63a0e8cc2affa4a1a957173e6f8d115214720
This commit is contained in:
SpiritCroc 2022-10-19 18:18:51 +02:00
parent d74247f279
commit b531fb523c
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,4 @@
- Update codebase to Element v1.5.2
- Add spaces bottom bar to experimental swipe-to-switch-space navigation
- Add option to show unreads on top (only in the "old" app layout)
- Fix persisting collapsed room sections

View File

@ -38,7 +38,7 @@ ext.versionMinor = 5
// is the value for the next regular release.
ext.versionPatch = 2
ext.scVersion = 60
ext.scVersion = 61
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -142,8 +142,8 @@ android {
renderscriptTargetApi 24
renderscriptSupportModeEnabled true
versionCode 40100940
versionName "1.5.1.sc60"
versionCode 40100960
versionName "1.5.2.sc61"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -307,14 +307,14 @@ android {
}
dimension "store"
versionName "1.5.1.sc60"
versionName "1.5.2.sc61"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
}
fdroid {
dimension "store"
versionName "1.5.1.sc60"
versionName "1.5.2.sc61"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
isDefault = true