Improve and fix build_rust_sdk.sh after PR review
This commit is contained in:
parent
9d0cfd903d
commit
21e24990c4
2 changed files with 6 additions and 5 deletions
|
|
@ -29,11 +29,12 @@ anvil {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
releaseImplementation(libs.matrix.sdk)
|
||||
if (file("${rootDir.path}/libraries/rustsdk/matrix-rust-sdk.aar").exists()) {
|
||||
println("\nNote: Using local binary of the Rust SDK.\n")
|
||||
implementation(projects.libraries.rustsdk)
|
||||
debugImplementation(projects.libraries.rustsdk)
|
||||
} else {
|
||||
implementation(libs.matrix.sdk)
|
||||
debugImplementation(libs.matrix.sdk)
|
||||
}
|
||||
implementation(projects.libraries.di)
|
||||
implementation(projects.libraries.androidutils)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue