mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-10 02:07:39 +03:00
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:
commit
edfd446b36
2 changed files with 2 additions and 1 deletions
1
changelog.d/8960.misc
Normal file
1
changelog.d/8960.misc
Normal 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
|
|
@ -221,7 +221,7 @@ dependencies {
|
||||||
|
|
||||||
implementation libs.google.phonenumber
|
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")
|
// api project(":library:rustCrypto")
|
||||||
|
|
||||||
testImplementation libs.tests.junit
|
testImplementation libs.tests.junit
|
||||||
|
|
Loading…
Reference in a new issue