mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
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:
commit
dfadc8eca1
2 changed files with 2 additions and 1 deletions
1
changelog.d/8554.misc
Normal file
1
changelog.d/8554.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Update crypto rust sdk version to 0.3.10
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue