1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-22 15:16:43 -06:00

Use forked slf4j-timber to fix logging problems with slf4j v2 (#2387)

This commit is contained in:
Rafał Borcz 2024-01-05 16:03:50 +01:00 committed by GitHub
parent a3596c35b8
commit 40df80371c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:4.12.0"
implementation "com.jakewharton.timber:timber:5.0.1"
implementation "at.favre.lib:slf4j-timber:1.0.1"
implementation 'com.github.Faierbel:slf4j-timber:2.0'
implementation 'com.github.bastienpaulfr:Treessence:1.1.2'
implementation "com.mikepenz:aboutlibraries-core:$about_libraries"
implementation 'io.coil-kt:coil:2.5.0'