Add Timber to rx module

This commit is contained in:
Benoit Marty 2020-02-01 10:09:22 +01:00
parent f2f775cb99
commit 256f8b77aa

View File

@ -41,6 +41,9 @@ dependencies {
// Paging
implementation "androidx.paging:paging-runtime-ktx:2.1.0"
// Logging
implementation 'com.jakewharton.timber:timber:4.7.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'