mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 12:58:28 +00:00
Updated CHANGELOG & bumped version code to 6.0.23
This commit is contained in:
parent
3fc19e10fc
commit
db4bf9e5b1
2 changed files with 8 additions and 3 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.
|
||||
|
||||
## [6.0.23] - 2026-02-02
|
||||
|
||||
### Fixed
|
||||
- Fixed Telecom Manager not used on devices running Android < 13
|
||||
|
||||
## [6.0.22] - 2026-01-20
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
|||
}
|
||||
|
||||
var gitBranch = ByteArrayOutputStream()
|
||||
var gitVersion = "6.0.22"
|
||||
var gitVersion = "6.0.23"
|
||||
|
||||
task("getGitVersion") {
|
||||
val gitVersionStream = ByteArrayOutputStream()
|
||||
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = 600022 // 6.00.022
|
||||
versionName = "6.0.22"
|
||||
versionCode = 600023 // 6.00.023
|
||||
versionName = "6.0.23"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue