mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & version code from release/6.0 branch
This commit is contained in:
parent
3098c3e68e
commit
6cdcdec373
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue