This PR adds Timber to the app (#4116)

This commit is contained in:
David Perez
2024-10-22 12:37:03 -05:00
committed by GitHub
parent 5d85060260
commit 002fd06b72
23 changed files with 202 additions and 112 deletions

View File

@@ -45,6 +45,7 @@ okhttp = "4.12.0"
retrofitBom = "2.11.0"
robolectric = "4.13"
sonarqube = "5.1.0.4882"
timber = "5.0.1"
turbine = "1.2.0"
zxcvbn4j = "1.9.0"
zxing = "3.5.3"
@@ -110,6 +111,7 @@ square-retrofit = { module = "com.squareup.retrofit2:retrofit" }
square-retrofit-bom = { module = "com.squareup.retrofit2:retrofit-bom", version.ref = "retrofitBom" }
square-retrofit-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
square-turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
zxing-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
[plugins]