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.1
This commit is contained in:
parent
d7418073d6
commit
12fb814fb8
2 changed files with 11 additions and 2 deletions
|
|
@ -12,6 +12,15 @@ Group changes to describe their impact on the project, as follows:
|
|||
|
||||
## [4.7.0] - Unreleased
|
||||
|
||||
## [4.6.1] - 2022-02-14
|
||||
|
||||
### Fixed
|
||||
- Quit button not working when background mode was enabled
|
||||
- Crash when background mode was enabled and service notification channel was disabled
|
||||
- Crashes while changing audio route
|
||||
- Crash while fetching contacts
|
||||
- Crash when rotating the device (SDK fix)
|
||||
|
||||
## [4.6.0] - 2022-02-09
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.0"
|
||||
def appVersionCode = 40600 // 4.06.00
|
||||
def appVersionName = "4.6.1"
|
||||
def appVersionCode = 40601 // 4.06.01
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue