mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version to 5.0.7 & updated CHANGELOG
This commit is contained in:
parent
a5055c0fe5
commit
c1cf98e46e
2 changed files with 11 additions and 2 deletions
|
|
@ -10,6 +10,15 @@ 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.
|
||||
|
||||
## [5.0.7] - 2023-02-27
|
||||
|
||||
### Fixed
|
||||
- Fixed navigating to a contact that doesn't have a native ID, but using it's SIP address instead
|
||||
- Fixed account creator resolved country name & create button not enabled
|
||||
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
||||
## [5.0.6] - 2023-02-17
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "5.0.6"
|
||||
def appVersionCode = 50006
|
||||
def appVersionName = "5.0.7"
|
||||
def appVersionCode = 50007
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue