Merge tag 'v26.01.0' into develop

v26.01.0
This commit is contained in:
Jorge Martín 2026-01-14 12:50:49 +01:00
commit fc3789282f
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Main changes in this version: iterated on spaces, improved the room list stability and performance, and a long list of bug fixes.
Full changelog: https://github.com/element-hq/element-x-android/releases

View file

@ -33,13 +33,13 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
* Year of the version on 2 digits. * Year of the version on 2 digits.
* Do not update this value. it is updated by the release script. * Do not update this value. it is updated by the release script.
*/ */
private const val versionYear = 25 private const val versionYear = 26
/** /**
* Month of the version on 2 digits. Value must be in [1,12]. * Month of the version on 2 digits. Value must be in [1,12].
* Do not update this value. it is updated by the release script. * Do not update this value. it is updated by the release script.
*/ */
private const val versionMonth = 12 private const val versionMonth = 1
/** /**
* Release number in the month. Value must be in [0,99]. * Release number in the month. Value must be in [0,99].