Merge tag 'v1.6.36' into sc
tag Change-Id: If658f0b334eba0fc17c7bec8e3ce061e6820ec36
This commit is contained in:
commit
640d4d582e
@ -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)
|
||||
=======================================
|
||||
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/40106360.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40106360.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Main changes in this version: no significant change.
|
||||
Full changelog: https://github.com/element-hq/element-android/releases
|
||||
@ -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()}\""
|
||||
|
||||
@ -37,7 +37,7 @@ ext.versionMinor = 6
|
||||
// Note: even values are reserved for regular release, odd values for hotfix release.
|
||||
// When creating a hotfix, you should decrease the value, since the current value
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 34
|
||||
ext.versionPatch = 36
|
||||
|
||||
ext.scVersion = 85
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user