mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version to 4.6.11, updated CHANGELOG
This commit is contained in:
parent
cd1dbc7a08
commit
4b79b868f7
2 changed files with 8 additions and 2 deletions
|
|
@ -10,6 +10,12 @@ 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.11] - 2022-06-27
|
||||
|
||||
### Fixed
|
||||
- Various crashes due to unhandled exceptions
|
||||
- Echo canceller calibration not using speaker (SDK fix)
|
||||
|
||||
## [4.6.10] - 2022-06-07
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.10"
|
||||
def appVersionCode = 40610 // 4.06.10
|
||||
def appVersionName = "4.6.11"
|
||||
def appVersionCode = 40611 // 4.06.11
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue