mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version code to 5.2.2 & CHANGELOG
This commit is contained in:
parent
f9640ca28d
commit
7b01ceb6b9
2 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,11 @@ 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.2] - 2024-01-15
|
||||
|
||||
### Fixed
|
||||
- Local conference created my merging audio streams
|
||||
|
||||
## [5.2.1] - 2023-12-23
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.2.1"
|
||||
def appVersionCode = 52001
|
||||
def appVersionName = "5.2.2"
|
||||
def appVersionCode = 52002
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue