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.8, updated CHANGELOG
This commit is contained in:
parent
a3340125cb
commit
73a406b3f9
2 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,13 @@ 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.8] - 2022-05-23
|
||||
|
||||
### Fixed
|
||||
- Crash due to missing CoreContext in CoreService
|
||||
- Crash in BootReceiver if auto start is disabled
|
||||
- Other crashes
|
||||
|
||||
## [4.6.7] - 2022-05-04
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.7"
|
||||
def appVersionCode = 40607 // 4.06.07
|
||||
def appVersionName = "4.6.8"
|
||||
def appVersionCode = 40608 // 4.06.07
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue