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:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user