Add Timber
This commit is contained in:
parent
3371f99f93
commit
e3845bc976
9 changed files with 37 additions and 48 deletions
16
libraries/matrix/build.gradle.kts
Normal file
16
libraries/matrix/build.gradle.kts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
plugins {
|
||||
id("io.element.android-library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.sdk.matrix"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(files("./libs/matrix-rust-sdk.aar"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(libs.timber)
|
||||
implementation("net.java.dev.jna:jna:5.10.0@aar")
|
||||
implementation("androidx.datastore:datastore-core:1.0.0")
|
||||
implementation("androidx.datastore:datastore-preferences:1.0.0")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue