1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Merge tag 'v1.6.36' into develop

tag
This commit is contained in:
Benoit Marty
2025-03-14 16:58:57 +01:00
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Changes in Element v1.6.36 (2025-03-14)
=======================================
No significant changes.
Changes in Element v1.6.34 (2025-03-07)
=======================================

View File

@@ -0,0 +1,2 @@
Main changes in this version: no significant change.
Full changelog: https://github.com/element-hq/element-android/releases

View File

@@ -62,7 +62,7 @@ android {
// that the app's state is completely cleared between tests.
testInstrumentationRunnerArguments clearPackageData: 'true'
buildConfigField "String", "SDK_VERSION", "\"1.6.34\""
buildConfigField "String", "SDK_VERSION", "\"1.6.36\""
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""