mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version name & code to 5.1.1 + udpated CHANGELOG
This commit is contained in:
parent
aac020a2e6
commit
38bff44a2d
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.
|
||||
Security to invite users to upgrade in case of vulnerabilities.
|
||||
|
||||
## [5.1.1] - 2023-09-06
|
||||
|
||||
### Fixed
|
||||
- Fixed issue in SDK randomly generated password when creating account from app
|
||||
- Various issues reported on the Play Store
|
||||
|
||||
## [5.1.0] - 2023-08-21
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.1.0"
|
||||
def appVersionCode = 51000
|
||||
def appVersionName = "5.1.1"
|
||||
def appVersionCode = 51010
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue