1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-09 16:10:41 +02:00

Add Timber library for logging

The idea is to add a Tree that can save the log to a file which can be
enabled from the settings.
This commit is contained in:
Erik Johansson
2018-04-17 19:32:31 +02:00
parent f80580ba31
commit bb77eb305d
3 changed files with 37 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ dependencies {
annotationProcessor 'android.arch.persistence.room:compiler:1.0.0'
androidTestImplementation 'android.arch.persistence.room:testing:1.0.0'
// Timber
implementation 'com.jakewharton.timber:timber:4.7.0'
// Local unit tests
testImplementation 'junit:junit:4.12'