From f93369d9650206828bfde42b992804192cbd10da Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 28 May 2025 19:22:59 +0100 Subject: [PATCH] Bump `org.matrix.rustcomponents:crypto-android` to 0.11.0 org.matrix.rustcomponents:crypto-android 0.11.0 is based on matrix-sdk-crypto-0.11.0. --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index b2c1f0e2710..315391af781 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation libs.google.phonenumber - implementation("org.matrix.rustcomponents:crypto-android:0.6.0") + implementation("org.matrix.rustcomponents:crypto-android:0.11.0") // api project(":library:rustCrypto") testImplementation libs.tests.junit