mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version code & updated CHANGELOG
This commit is contained in:
parent
df2d4228ab
commit
ff38e96722
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -10,6 +10,17 @@ 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.9] - 2023-03-30
|
||||
|
||||
### Fixed
|
||||
- Admin weren't visible for non admin users in group chat rooms
|
||||
- LIME update threshold wasn't set, causing a request to be made after each REGISTER
|
||||
|
||||
### Changed
|
||||
- Now SDK automatically handles TextureView's listener, removed it from app
|
||||
- Bumped license year to 2023
|
||||
- Force remove LIME X3DH server URL for third party accounts
|
||||
|
||||
## [5.0.8] - 2023-03-20
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "5.0.8"
|
||||
def appVersionCode = 50008
|
||||
def appVersionName = "5.0.9"
|
||||
def appVersionCode = 50009
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue