Bumped version to 5.0.2 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-01-05 11:50:11 +01:00
parent bb9c6ef68f
commit 821d480892
2 changed files with 12 additions and 2 deletions

View file

@ -10,6 +10,16 @@ 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.2] - 2023-01-05
### Changed
- Export files to native gallery is now available even if automatically download files setting is enabled
### Fixed
- Makes sure sip.linphone.org accounts have a LIME X3DH server URL for E2E chat messages encryption
- Files not being exported to native gallery sometimes
- Crashes reported by Google Play Store & Crashlytics
## [5.0.1] - 2022-12-16
### Changed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.1"
def appVersionCode = 50001
def appVersionName = "5.0.2"
def appVersionCode = 50002
static def getPackageName() {
return "org.linphone"