Merge pull request #8960 from element-hq/feature/valere/bump_rust_sdk_0.6.0

Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0
This commit is contained in:
Benoit Marty 2024-12-20 09:13:35 +01:00 committed by GitHub
commit edfd446b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

@ -0,0 +1 @@
Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0 based on matrix-sdk-crypto-0.9.0

View file

@ -221,7 +221,7 @@ dependencies {
implementation libs.google.phonenumber
implementation("org.matrix.rustcomponents:crypto-android:0.5.0")
implementation("org.matrix.rustcomponents:crypto-android:0.6.0")
// api project(":library:rustCrypto")
testImplementation libs.tests.junit