Make the app compile in release
Following instructions from https://stackoverflow.com/a/70074787/1472514
This commit is contained in:
parent
d6861f7fb7
commit
784b4ec659
3 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(files("./libs/matrix-rust-sdk.aar"))
|
||||
api(project(":libraries:rustSdk"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(libs.timber)
|
||||
implementation("net.java.dev.jna:jna:5.10.0@aar")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue