Increment version
Change-Id: I384a270af4f41a76e9aeecd043eb5122b9306489
This commit is contained in:
parent
bd93cb41e6
commit
616a121ccf
|
@ -0,0 +1,7 @@
|
|||
- Update codebase to Element v1.4.11
|
||||
- Restructure labs settings
|
||||
- Open-at-unread: add option to not mark as read until fully read
|
||||
- Option to open chats without updating read status
|
||||
- Add schildi.chat to suggested room directory servers
|
||||
- Improvements for "Swipe chat list to switch space"
|
||||
- Bug fixes
|
|
@ -20,7 +20,7 @@ ext.versionMinor = 4
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 11
|
||||
|
||||
ext.scVersion = 50
|
||||
ext.scVersion = 51
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -128,10 +128,10 @@ android {
|
|||
|
||||
// `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode.
|
||||
// Other branches (main, features, etc.) will have version code based on application version.
|
||||
versionCode 40100780
|
||||
versionCode 40100810
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.4.4.sc50"
|
||||
versionName "1.4.11.sc51"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"]
|
||||
|
@ -270,7 +270,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.4.4.sc50"
|
||||
versionName "1.4.11.sc51"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -282,7 +282,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.4.4.sc50"
|
||||
versionName "1.4.11.sc51"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in New Issue