mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-26 13:42:15 +03:00
Update koin to v3.3.2
This commit is contained in:
parent
20e9803ebf
commit
2e9f591ab0
@ -25,7 +25,7 @@ swipeRefresh = "1.1.0"
|
|||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
jackson = "2.14.1"
|
jackson = "2.14.1"
|
||||||
okhttp = "4.10.0"
|
okhttp = "4.10.0"
|
||||||
koin = "3.2.2"
|
koin = "3.3.2"
|
||||||
picasso = "2.8"
|
picasso = "2.8"
|
||||||
|
|
||||||
junit4 = "4.13.2"
|
junit4 = "4.13.2"
|
||||||
|
@ -10,7 +10,7 @@ import timber.log.Timber
|
|||||||
*/
|
*/
|
||||||
class TimberKoinLogger(level: Level = Level.INFO) : Logger(level) {
|
class TimberKoinLogger(level: Level = Level.INFO) : Logger(level) {
|
||||||
|
|
||||||
override fun log(level: Level, msg: MESSAGE) {
|
override fun display(level: Level, msg: MESSAGE) {
|
||||||
if (this.level <= level) {
|
if (this.level <= level) {
|
||||||
logOnLevel(msg, level)
|
logOnLevel(msg, level)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user