Add Timber
This commit is contained in:
parent
6230a31fdf
commit
485b38efad
9 changed files with 37 additions and 48 deletions
|
|
@ -10,8 +10,8 @@ dependencies {
|
|||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation("com.airbnb.android:mavericks-compose:3.0.1")
|
||||
|
||||
implementation(libs.mavericks.compose)
|
||||
implementation(libs.timber)
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.3")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ dependencies {
|
|||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation("com.airbnb.android:mavericks-compose:3.0.1")
|
||||
|
||||
implementation(libs.mavericks.compose)
|
||||
implementation(libs.timber)
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.3")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue