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
parent 9735f9ae67
commit fb4bb4e773
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