mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & bumped version to 5.1.4
This commit is contained in:
parent
a7cffad437
commit
a412967fb7
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.1.4] - 2023-10-20
|
||||
|
||||
### Fixed
|
||||
- Various fixes in the SDK (5.2.110)
|
||||
|
||||
### Changed
|
||||
- Updated translations from Weblate
|
||||
|
||||
## [5.1.3] - 2023-09-23
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.1.3"
|
||||
def appVersionCode = 51030
|
||||
def appVersionName = "5.1.4"
|
||||
def appVersionCode = 51040
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue