Increment version

Change-Id: Ie455b8bc10071367f735a8cd1d1a0d1fd1323d16
This commit is contained in:
SpiritCroc 2022-09-17 10:47:04 +02:00
parent 3548870d11
commit 991a658221
2 changed files with 9 additions and 5 deletions

View file

@ -0,0 +1,4 @@
- Update codebase to Element v1.4.36
- Fix pills appearing twice for nested inline images
- Inline images: Use alt text in room previews and notifications
- Use light navigation bar in light SC themes

View file

@ -38,7 +38,7 @@ ext.versionMinor = 4
// is the value for the next regular release.
ext.versionPatch = 36
ext.scVersion = 58
ext.scVersion = 59
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -142,8 +142,8 @@ android {
renderscriptTargetApi 24
renderscriptSupportModeEnabled true
versionCode 40100910
versionName "1.4.34.sc58"
versionCode 40100930
versionName "1.4.36.sc59"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -302,14 +302,14 @@ android {
dimension "store"
isDefault = true
versionName "1.4.34.sc58"
versionName "1.4.36.sc59"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
}
fdroid {
dimension "store"
versionName "1.4.34.sc58"
versionName "1.4.36.sc59"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
}