mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Bumped version code & updated CHANGELOG
This commit is contained in:
parent
5c376c7b9b
commit
4dfc8696aa
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.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [5.0.12] - 2023-05-23
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Crash if notification manager throws an exception
|
||||||
|
- Video preview not moving if call was started in audio only
|
||||||
|
|
||||||
## [5.0.11] - 2023-05-09
|
## [5.0.11] - 2023-05-09
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ plugins {
|
||||||
id 'org.jlleitschuh.gradle.ktlint'
|
id 'org.jlleitschuh.gradle.ktlint'
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "5.0.11"
|
def appVersionName = "5.0.12"
|
||||||
def appVersionCode = 50011
|
def appVersionCode = 50012
|
||||||
|
|
||||||
static def getPackageName() {
|
static def getPackageName() {
|
||||||
return "org.linphone"
|
return "org.linphone"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue