mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add slf4j-simple (#101)
Fixes #99 While not an actual error, it does look like a transitive dependency of the Jellyfin Kotlin SDK may log using slf4j, so it would be good to include an slf4j implementation just in case.
This commit is contained in:
parent
f291a0ec04
commit
06f2c1260d
2 changed files with 3 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ dependencies {
|
|||
ksp(libs.hilt.android.compiler)
|
||||
|
||||
implementation(libs.timber)
|
||||
implementation(libs.slf4j.simple)
|
||||
implementation(libs.aboutlibraries.core)
|
||||
implementation(libs.aboutlibraries.compose.m3)
|
||||
implementation(libs.multiplatform.markdown.renderer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue