mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Increment version
Change-Id: I3a73a0e2d2956d2e7bdc8efa5a308e89f6411bb7
This commit is contained in:
parent
15f27000bd
commit
9a8efb0ef8
2 changed files with 12 additions and 5 deletions
7
fastlane/metadata/android/en-US/changelogs/40100820.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/40100820.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
- Update codebase to Element v1.4.13
|
||||
- Follow accent color setting in the attachment preview screen
|
||||
- Use accent color for the unread marker
|
||||
- Fix redactions sometimes not shown in message bubbles
|
||||
- Attempt to fix timeline loops
|
||||
- Improvements for "Swipe chat list to switch space"
|
||||
- Fix user override color when coloring by mxid
|
|
@ -20,7 +20,7 @@ ext.versionMinor = 4
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 13
|
||||
|
||||
ext.scVersion = 51
|
||||
ext.scVersion = 52
|
||||
|
||||
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 40100810
|
||||
versionCode 40100820
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.4.11.sc51"
|
||||
versionName "1.4.13.sc52"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"]
|
||||
|
@ -267,7 +267,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.4.11.sc51"
|
||||
versionName "1.4.13.sc52"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -279,7 +279,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.4.11.sc51"
|
||||
versionName "1.4.13.sc52"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in a new issue