use maven deployed rust sdk
This commit is contained in:
parent
0289571237
commit
540943383e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue