remove timber mention in dependencies

This commit is contained in:
Jays2Kings 2021-10-01 00:31:04 -04:00
parent 896ed8661c
commit d11506db9c
2 changed files with 1 additions and 2 deletions

View file

@ -209,7 +209,7 @@ dependencies {
implementation("io.coil-kt:coil-svg:$coilVersion")
// Logging
implementation("com.jakewharton.timber:timber:${Versions.TIMBER}")
implementation("com.jakewharton.timber:timber:4.7.1")
// Sort
implementation("com.github.gpanther:java-nat-sort:natural-comparator-1.1")