Bumped version code & CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-12-23 11:47:40 +01:00
parent f55d880288
commit 1d153ae5bb
2 changed files with 7 additions and 2 deletions

View file

@ -10,6 +10,11 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes. Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities. Security to invite users to upgrade in case of vulnerabilities.
## [5.2.1] - 2023-12-23
### Fixed
- Crash when Service starts before CoreContext
## [5.2.0] - 2023-12-21 ## [5.2.0] - 2023-12-21
### Added ### Added

View file

@ -6,8 +6,8 @@ plugins {
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
} }
def appVersionName = "5.2.0" def appVersionName = "5.2.1"
def appVersionCode = 52000 def appVersionCode = 52001
def packageName = "org.linphone" def packageName = "org.linphone"