Updated CHANGELOG & bumped version code to 6.0.23

This commit is contained in:
Sylvain Berfini 2026-02-02 14:20:49 +01:00
parent 3fc19e10fc
commit db4bf9e5b1
2 changed files with 8 additions and 3 deletions

View file

@ -10,6 +10,11 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes. Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities. 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 ## [6.0.22] - 2026-01-20
### Changed ### Changed

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
} }
var gitBranch = ByteArrayOutputStream() var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.22" var gitVersion = "6.0.23"
task("getGitVersion") { task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream() val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName applicationId = packageName
minSdk = 28 minSdk = 28
targetSdk = 35 targetSdk = 35
versionCode = 600022 // 6.00.022 versionCode = 600023 // 6.00.023
versionName = "6.0.22" versionName = "6.0.23"
manifestPlaceholders["appAuthRedirectScheme"] = packageName manifestPlaceholders["appAuthRedirectScheme"] = packageName