Clean and update doc
This commit is contained in:
parent
b2c7f05a10
commit
8e6db1714b
|
@ -25,13 +25,13 @@ TLDR; Verification UI and engine has been refactored.
|
||||||
In order to run a custom rust SDK branch you can follow the direction in the [bindings repository](https://github.com/matrix-org/matrix-rust-components-kotlin)
|
In order to run a custom rust SDK branch you can follow the direction in the [bindings repository](https://github.com/matrix-org/matrix-rust-components-kotlin)
|
||||||
in order to build the `matrix-rust-sdk-crypto.aar`.
|
in order to build the `matrix-rust-sdk-crypto.aar`.
|
||||||
|
|
||||||
Copy this lib in `library/rustCrypto/`.
|
Copy this lib in `library/rustCrypto/`, and rename it `matrix-rust-sdk-crypto.aar`.
|
||||||
|
|
||||||
Then go to `matrix-sdk-android/build.gradle` and toggle the comments between the following lines.
|
Then go to `matrix-sdk-android/build.gradle` and toggle the comments between the following lines.
|
||||||
|
|
||||||
````
|
````
|
||||||
// rustCryptoImplementation files('libs/matrix-rust-sdk-crypto.aar')
|
rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.1")
|
||||||
rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.4")
|
// rustCryptoApi project(":library:rustCrypto")
|
||||||
````
|
````
|
||||||
|
|
||||||
## Changes in CI
|
## Changes in CI
|
||||||
|
|
|
@ -216,8 +216,6 @@ dependencies {
|
||||||
|
|
||||||
implementation libs.google.phonenumber
|
implementation libs.google.phonenumber
|
||||||
|
|
||||||
// rustCryptoImplementation 'org.matrix.rustcomponents:crypto-android:0.2.1-SNAPSHOT'
|
|
||||||
// rustCryptoImplementation files('libs/matrix-rust-sdk-crypto.aar')
|
|
||||||
rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.1")
|
rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.1")
|
||||||
// rustCryptoApi project(":library:rustCrypto")
|
// rustCryptoApi project(":library:rustCrypto")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue