Skip to content

Commit b7423d9

Browse files
committed
Merge tag 'v1.6.36' into develop
tag
2 parents 7377058 + 5179f93 commit b7423d9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes in Element v1.6.36 (2025-03-14)
2+
=======================================
3+
4+
No significant changes.
5+
6+
17
Changes in Element v1.6.34 (2025-03-07)
28
=======================================
39

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: no significant change.
2+
Full changelog: https://github.com/element-hq/element-android/releases

matrix-sdk-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
// that the app's state is completely cleared between tests.
6363
testInstrumentationRunnerArguments clearPackageData: 'true'
6464

65-
buildConfigField "String", "SDK_VERSION", "\"1.6.34\""
65+
buildConfigField "String", "SDK_VERSION", "\"1.6.36\""
6666

6767
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6868
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

0 commit comments

Comments
 (0)