Bumped version to 5.2.4 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2024-04-22 09:59:03 +02:00
parent a7c95a4459
commit 849edc4382
2 changed files with 10 additions and 2 deletions

View file

@ -10,6 +10,14 @@ 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.
## [5.2.4] - 2024-04-22
## Fixed
- Active speaker video hidden when you are the first one to join a meeting$
- Show camera icon instead of microphone for incoming video calls
- SIP URI parsing from native contact due to international prefix being applied when it shouldn't
- Various fixes for broadcast mode
## [5.2.3] - 2024-01-31
### Fixed

View file

@ -6,8 +6,8 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
def appVersionName = "5.2.3"
def appVersionCode = 52003
def appVersionName = "5.2.4"
def appVersionCode = 52004
def packageName = "org.linphone"