Add logging with Timber

This commit is contained in:
Kirill Kamakin
2021-11-07 12:13:46 +03:00
parent b0a53b5991
commit daa8006e4e
9 changed files with 59 additions and 10 deletions

View File

@@ -65,6 +65,8 @@ dependencies {
implementation "androidx.preference:preference-ktx:1.1.1"
implementation 'com.jakewharton.timber:timber:5.0.1'
testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"