From 08ae1105ff555783637f1fbf215c3f9ba7792aac Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 22 Jun 2023 16:56:15 +0200 Subject: [PATCH] Bump rust sdk version to 0.3.10 --- 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 7420fba45e..32e9c80503 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -216,7 +216,7 @@ dependencies { implementation libs.google.phonenumber - rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.9") + rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.10") // rustCryptoApi project(":library:rustCrypto") testImplementation libs.tests.junit