mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-05 21:43:40 +01:00
Increment version
Change-Id: Ibbb95ad01f2fbc96d1941de8db57c754c059ea7f
This commit is contained in:
parent
aa8a91d6fb
commit
bd6814325b
9
fastlane/metadata/android/en-US/changelogs/40100700.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/40100700.txt
Normal file
@ -0,0 +1,9 @@
|
||||
- Update codebase to Element v1.3.6
|
||||
- Make "jump to bottom on send" a setting
|
||||
- Keep screen on during voice recording
|
||||
- Add setting to put DMs in spaces based on space memberships
|
||||
- At long press action to open rooms at the bottom, if "open at first unread" is enabled
|
||||
- Fix broken video compression
|
||||
- Avoid message jumps in the chat
|
||||
- Improve how expanding messages (e.g. added URL previews) move other messages
|
||||
- Improve room previews for RTL/LTR mixes of sender and message
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
||||
ext.versionMinor = 3
|
||||
ext.versionPatch = 6
|
||||
|
||||
ext.scVersion = 45
|
||||
ext.scVersion = 46
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -125,10 +125,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 40100680
|
||||
versionCode 40100700
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.3.1.sc45"
|
||||
versionName "1.3.6.sc46"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
@ -269,7 +269,7 @@ android {
|
||||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.3.1.sc45"
|
||||
versionName "1.3.6.sc46"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
@ -280,7 +280,7 @@ android {
|
||||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.3.1.sc45"
|
||||
versionName "1.3.6.sc46"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user