mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 21:38:29 +00:00
Bumped version to 5.2.3 & updated CHANGELOG
This commit is contained in:
parent
ba9da3a370
commit
113b142c37
2 changed files with 12 additions and 3 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.2.3] - 2024-01-31
|
||||
|
||||
### Fixed
|
||||
- Crash due to OOM for some images sent/received in chat
|
||||
- Crash while navigating to account settings
|
||||
|
||||
### Changed
|
||||
- Updated translations (Romanian, Polish, Portuguese)
|
||||
|
||||
## [5.2.2] - 2024-01-15
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.2.2"
|
||||
def appVersionCode = 52002
|
||||
def appVersionName = "5.2.3"
|
||||
def appVersionCode = 52003
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
@ -214,7 +214,7 @@ dependencies {
|
|||
implementation "androidx.emoji2:emoji2:$emoji_version"
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:$emoji_version"
|
||||
|
||||
def nav_version = "2.7.5"
|
||||
def nav_version = "2.7.6"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue