mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
This PR adds Timber to the app (#4116)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user