From 1a8581a78e360d9d4c80dc932ac9d757abfa15e4 Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 4 May 2023 10:36:39 +0200 Subject: [PATCH] Update rust sdk to fix withheld test --- 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 d48f6ff8e9..664431b622 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.5") + rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.7") // rustCryptoApi project(":library:rustCrypto") testImplementation libs.tests.junit