mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Bumped version to 4.6.14 + updated CHANGELOG
This commit is contained in:
parent
00b14bc8bd
commit
ca7f841fa0
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.
|
||||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue