File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ Changes in Element v1.6.40 (2025-06-02)
2
+ =======================================
3
+
4
+ - Bump org.matrix.rustcomponents: crypto-android to 0.11.0 ([ #9036 ] ( https://github.com/element-hq/element-android/pull/9036 ) )
5
+
1
6
Changes in Element v1.6.38 (2025-05-27)
2
7
=======================================
3
8
Original file line number Diff line number Diff line change
1
+ Main changes in this version: Bump SDK library.
2
+ Full changelog: https://github.com/element-hq/element-android/releases
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ android {
62
62
// that the app's state is completely cleared between tests.
63
63
testInstrumentationRunnerArguments clearPackageData : ' true'
64
64
65
- buildConfigField " String" , " SDK_VERSION" , " \" 1.6.38 \" "
65
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.6.40 \" "
66
66
67
67
buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
68
68
buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
@@ -221,7 +221,7 @@ dependencies {
221
221
222
222
implementation libs. google. phonenumber
223
223
224
- implementation(" org.matrix.rustcomponents:crypto-android:0.6 .0" )
224
+ implementation(" org.matrix.rustcomponents:crypto-android:0.11 .0" )
225
225
// api project(":library:rustCrypto")
226
226
227
227
testImplementation libs. tests. junit
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ext.versionMinor = 6
37
37
// Note: even values are reserved for regular release, odd values for hotfix release.
38
38
// When creating a hotfix, you should decrease the value, since the current value
39
39
// is the value for the next regular release.
40
- ext. versionPatch = 38
40
+ ext. versionPatch = 40
41
41
42
42
static def getGitTimestamp () {
43
43
def cmd = ' git show -s --format=%ct'
You can’t perform that action at this time.
0 commit comments