Updated CHANGELOG & bumped version code to 6.0.20

This commit is contained in:
Sylvain Berfini 2025-11-21 09:32:57 +01:00
parent b04b93137f
commit 81b3bbdf5c
2 changed files with 13 additions and 3 deletions

View file

@ -10,6 +10,16 @@ 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.20] - 2025-11-21
### Changed
- Added shrink resources to release config in gradle
### Fixed
- Remove AuthInfo when configuring a CardDAV friend list if synchronization fails
- Added missing toast when starting a group call or meeting if there's an issue
- Fixed crash in RecordingPlayerFragment due to used lateinit property before it's initialized
## [6.0.19] - 2025-10-16
### Added

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
}
var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.19"
var gitVersion = "6.0.20"
task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 35
versionCode = 600019 // 6.00.019
versionName = "6.0.19"
versionCode = 600020 // 6.00.020
versionName = "6.0.20"
manifestPlaceholders["appAuthRedirectScheme"] = packageName