Merge pull request #8554 from vector-im/feature/bca/bump_rust_sdk

Bump rust sdk version to 0.3.10
This commit is contained in:
Valere 2023-06-26 10:45:27 +02:00 committed by GitHub
commit dfadc8eca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8554.misc Normal file
View file

@ -0,0 +1 @@
Update crypto rust sdk version to 0.3.10

View file

@ -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