mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
remove timber mention in dependencies
This commit is contained in:
parent
896ed8661c
commit
d11506db9c
2 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -5,7 +5,6 @@ object Versions {
|
|||
const val RETROFIT = "2.7.2"
|
||||
const val ROBO_ELECTRIC = "3.1.4"
|
||||
const val RX_BINDING = "1.0.1"
|
||||
const val TIMBER = "4.7.1"
|
||||
const val androidAppCompat = "1.1.0"
|
||||
const val androidWorkManager = "2.4.0"
|
||||
const val changelog = "2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue