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.10, updated CHANGELOG
This commit is contained in:
parent
0ebbcef026
commit
5004a26ea6
2 changed files with 6 additions and 3 deletions
|
|
@ -10,11 +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.10] - Unreleased
|
||||
## [4.6.10] - 2022-06-07
|
||||
|
||||
### Fixed
|
||||
- Fixed contact address used instead of identity address when creating a basic chat room from history or contact details
|
||||
- Fixed call notification still visible after call ended on some devices
|
||||
- Fixed incoming call activity not displayed on some devices
|
||||
- Fixed Malaysian dial plan (SDK fix)
|
||||
- Fixed incoming call ringing even if Do not disturb mode is enabled (SDK fix)
|
||||
|
||||
## [4.6.9] - 2022-05-30
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.9"
|
||||
def appVersionCode = 40609 // 4.06.09
|
||||
def appVersionName = "4.6.10"
|
||||
def appVersionCode = 40610 // 4.06.10
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue