Skip to content

Commit

Permalink
Add Timber logging library
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanalvarado committed Nov 3, 2024
1 parent b1ebfe5 commit 8d32880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,7 @@ dependencies {
implementation libs.androidx.activity.ktx
implementation libs.androidx.fragment.ktx

implementation libs.timber

testImplementation libs.truth
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ room = "2.6.1"
rxbinding = "3.1.0"
rxjava = "2.2.21"
rxkotlin = "2.4.0"
timber = "5.0.1"
truth = "1.4.4"

[libraries]
Expand Down Expand Up @@ -64,4 +65,5 @@ retrofit-adapter-rxjava2 = { module = "com.squareup.retrofit2:adapter-rxjava2",
rxbinding = { module = "com.jakewharton.rxbinding3:rxbinding", version.ref = "rxbinding" }
rxbinding-core = { module = "com.jakewharton.rxbinding3:rxbinding-core", version.ref = "rxbinding" }
rxbinding-appcompat = { module = "com.jakewharton.rxbinding3:rxbinding-appcompat", version.ref = "rxbinding" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
truth = { module = "com.google.truth:truth", version.ref = "truth" }

0 comments on commit 8d32880

Please sign in to comment.