Bumped version to 4.6.1

This commit is contained in:
Sylvain Berfini 2022-02-14 10:15:27 +01:00
parent d7418073d6
commit 12fb814fb8
2 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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"