Bumped version code to 6.0.22 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2026-01-20 16:03:27 +01:00
parent 5a6ef72891
commit 452a749d1b
2 changed files with 12 additions and 3 deletions

View file

@ -10,6 +10,15 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [6.0.22] - 2026-01-20
### Changed
- Close search bar when opening bottom sheet and vice versa
### Fixed
- Sending a file from another app using Android shortcut not working if conversation was already opened
- Trying to workaround an issue where ForegroundService notification isn't displayed in the allowed timeframe, causing an Exception
## [6.0.21] - 2025-12-16
### Added

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
}
var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.21"
var gitVersion = "6.0.22"
task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 35
versionCode = 600021 // 6.00.021
versionName = "6.0.21"
versionCode = 600022 // 6.00.022
versionName = "6.0.22"
manifestPlaceholders["appAuthRedirectScheme"] = packageName