Skip to content

Commit edfd446

Browse files
authored
Merge pull request #8960 from element-hq/feature/valere/bump_rust_sdk_0.6.0
Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0
2 parents 8529813 + e8f9566 commit edfd446

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/8960.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0 based on matrix-sdk-crypto-0.9.0

matrix-sdk-android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dependencies {
221221

222222
implementation libs.google.phonenumber
223223

224-
implementation("org.matrix.rustcomponents:crypto-android:0.5.0")
224+
implementation("org.matrix.rustcomponents:crypto-android:0.6.0")
225225
// api project(":library:rustCrypto")
226226

227227
testImplementation libs.tests.junit

0 commit comments

Comments
 (0)