Merge commit from fork

* Check validity of Element Call url host.

* Prepare release 25.04.2
This commit is contained in:
Benoit Marty 2025-04-17 11:39:38 +02:00 committed by GitHub
parent be1c9b793b
commit dc64d9cf74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 18 deletions

View file

@ -32,7 +32,7 @@ private const val versionYear = 25
private const val versionMonth = 4
// Note: must be in [0,99]
private const val versionReleaseNumber = 1
private const val versionReleaseNumber = 2
object Versions {
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber