mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-23 22:39:02 +03:00
Increment version
Change-Id: I8c9b382eea65a87575d0642eb8bfa5bc4f0b4707
This commit is contained in:
parent
134dfcea81
commit
0dcb14482d
2 changed files with 12 additions and 5 deletions
7
fastlane/metadata/android/en-US/changelogs/40100560.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/40100560.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- Update codebase to Element v1.1.12
|
||||||
|
- Add setting for member name colors in chats: uniform, based on mxid, based on power level
|
||||||
|
- Improve sticking the chat timeline to the bottom
|
||||||
|
- Fix unread messages marker being hidden in collapsed membership summaries
|
||||||
|
- Avoid broken downloads in cache
|
||||||
|
- Fix top row of emoji reaction picker on small displays
|
||||||
|
- Some RTL language layout improvements
|
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
||||||
ext.versionMinor = 1
|
ext.versionMinor = 1
|
||||||
ext.versionPatch = 12
|
ext.versionPatch = 12
|
||||||
|
|
||||||
ext.scVersion = 36
|
ext.scVersion = 37
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
@ -122,10 +122,10 @@ android {
|
||||||
|
|
||||||
// `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode.
|
// `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.
|
// Other branches (main, features, etc.) will have version code based on application version.
|
||||||
versionCode 40100530
|
versionCode 40100560
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.1.11.sc36"
|
versionName "1.1.12.sc37"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
|
@ -258,7 +258,7 @@ android {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
isDefault = true
|
isDefault = true
|
||||||
|
|
||||||
versionName "1.1.11.sc36"
|
versionName "1.1.12.sc37"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
|
@ -269,7 +269,7 @@ android {
|
||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.1.11.sc36"
|
versionName "1.1.12.sc37"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "false"
|
resValue "bool", "isGplay", "false"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue