mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 10:19:27 +00:00
Bumped version to 5.2.4 & updated CHANGELOG
This commit is contained in:
parent
a7c95a4459
commit
849edc4382
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue