mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Bumped version code & updated CHANGELOG
This commit is contained in:
parent
c19f7f0da1
commit
466ced4612
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.1.2] - 2023-09-22
|
||||
|
||||
### Added
|
||||
- Italian translation completed
|
||||
|
||||
### Fixed
|
||||
- Multiple authentication requested dialogs stacking above each other sometimes
|
||||
- Downgraded navigation version to try to prevent some crashes reported on the Play Store
|
||||
|
||||
## [5.1.1] - 2023-09-06
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.1.1"
|
||||
def appVersionCode = 51010
|
||||
def appVersionName = "5.1.2"
|
||||
def appVersionCode = 51020
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue