mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated CHANGELOG & bumped version to 5.1.3
This commit is contained in:
parent
096bab15cb
commit
58f49225a6
2 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,13 @@ 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.1.3] - 2023-09-23
|
||||
|
||||
### Fixed
|
||||
- Core not able to open database due to issue in 5.2.107 SDK from last update
|
||||
- Incoming call activity and lock screen interaction
|
||||
- Selected "meeting" filter icon color
|
||||
|
||||
## [5.1.2] - 2023-09-22
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.1.2"
|
||||
def appVersionCode = 51020
|
||||
def appVersionName = "5.1.3"
|
||||
def appVersionCode = 51030
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue