mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Increment version
Change-Id: Idb782d175f5e306af91b57290cea16bc1dbc0d26
This commit is contained in:
parent
a582598c5d
commit
07e4581021
2 changed files with 15 additions and 5 deletions
10
fastlane/metadata/android/en-US/changelogs/40100880.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/40100880.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
- Update codebase to Element v1.4.20
|
||||
- Fix some notifications never getting dismissed
|
||||
- Fix loading threads with "open at unread" enabled
|
||||
- Tweak red color used in SC themes
|
||||
- Make spaces back navigation a setting, disabled by default
|
||||
- Fix suggesting chats to the system's share menu
|
||||
- Fix space swipes not persisting across tab changes
|
||||
- Experimental: Allow sending custom emojis
|
||||
- Fix crash for huge inline pictures
|
||||
- Improve DM filter for showing orphans in home
|
|
@ -33,7 +33,7 @@ ext.versionMinor = 4
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 20
|
||||
|
||||
ext.scVersion = 54
|
||||
ext.scVersion = 55
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -141,10 +141,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 40100860
|
||||
versionCode 40100880
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.4.16.sc54"
|
||||
versionName "1.4.20.sc55"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix:"H_${gitRevision()}"]
|
||||
|
@ -280,7 +280,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.4.16.sc54"
|
||||
versionName "1.4.20.sc55"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -292,7 +292,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.4.16.sc54"
|
||||
versionName "1.4.20.sc55"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue