Bumped version to 4.6.14 + updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-09-19 13:16:54 +02:00
parent 00b14bc8bd
commit ca7f841fa0
2 changed files with 10 additions and 2 deletions

View file

@ -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.
## [4.6.14] - 2022-09-19
### Fixed
- ANR that happens sometimes when playing voice recording
### Changed
- Improved contact loader by querying only relevant fields
## [4.6.13] - 2022-08-25
### Fixed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.13"
def appVersionCode = 40613 // 4.06.13
def appVersionName = "4.6.14"
def appVersionCode = 40614 // 4.06.13
static def getPackageName() {
return "org.linphone"