We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9385ce + 2c67c01 commit d5d437dCopy full SHA for d5d437d
fastlane/metadata/android/en-US/changelogs/202504000.txt
@@ -0,0 +1,2 @@
1
+Main changes in this version: bug fixes and improvements.
2
+Full changelog: https://github.com/element-hq/element-x-android/releases
plugins/src/main/kotlin/Versions.kt
@@ -29,10 +29,10 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
29
*/
30
31
private const val versionYear = 25
32
-private const val versionMonth = 3
+private const val versionMonth = 4
33
34
// Note: must be in [0,99]
35
-private const val versionReleaseNumber = 4
+private const val versionReleaseNumber = 0
36
37
object Versions {
38
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber
0 commit comments