mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
5.3.1 release, updated CHANGELOG
This commit is contained in:
parent
7960250e07
commit
baa79d9982
2 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,11 @@ 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.3.1] - 2025-07-31
|
||||
|
||||
## Fixed
|
||||
- Fixed broken links to our website
|
||||
|
||||
## [5.3.0] - 2025-07-28
|
||||
|
||||
## Changed
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
def appVersionName = "5.3.0"
|
||||
def appVersionCode = 53000
|
||||
def appVersionName = "5.3.1"
|
||||
def appVersionCode = 53001
|
||||
|
||||
def packageName = "org.linphone"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue