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.5 & updated CHANGELOG
This commit is contained in:
parent
8c8a1c002a
commit
fa2199744a
2 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,11 @@ 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.5] - 2023-01-19
|
||||
|
||||
### Fixed
|
||||
- Issue with how replies where added to chat message notification from reply action
|
||||
|
||||
## [5.0.4] - 2023-01-18
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "5.0.4"
|
||||
def appVersionCode = 50004
|
||||
def appVersionName = "5.0.5"
|
||||
def appVersionCode = 50005
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue