Updated CHANGELOG & version code from release/6.0 branch

This commit is contained in:
Sylvain Berfini 2025-07-18 15:17:51 +02:00
parent 3098c3e68e
commit 6cdcdec373
2 changed files with 7 additions and 1 deletions

View file

@ -36,6 +36,12 @@ Group changes to describe their impact on the project, as follows:
- Increased shared media preview size in chat
- Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations
## [6.0.12] - 2025-07-18
### Fixed
- Reactions list in bottom sheet update while opened
- Crashes due to late init properties being used before initialized
## [6.0.11] - 2025-07-11
### Added

View file

@ -100,7 +100,7 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 36
versionCode = 600011 // 6.00.011
versionCode = 600012 // 6.00.012
versionName = "6.1.0-alpha"
manifestPlaceholders["appAuthRedirectScheme"] = packageName