diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 0f2ae3567d..0273277305 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -218,7 +218,8 @@ dependencies { // rustCryptoImplementation 'org.matrix.rustcomponents:crypto-android:0.2.1-SNAPSHOT' // rustCryptoImplementation files('libs/matrix-rust-sdk-crypto.aar') - rustCryptoApi project(":library:rustCrypto") + rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.1.3") + // rustCryptoApi project(":library:rustCrypto") testImplementation libs.tests.junit // Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281