From b00bc861a0d930082fb6c39ab08cb55b8446d02a Mon Sep 17 00:00:00 2001 From: ganfra Date: Tue, 10 Jun 2025 15:12:15 +0200 Subject: [PATCH] deps (rust crypto sdk) : bump version to 0.11.1 --- 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 55da126d23..ce4f195637 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.11.0") + implementation("org.matrix.rustcomponents:crypto-android:0.11.1") // api project(":library:rustCrypto") testImplementation libs.tests.junit