Add Timber file logging and Jellyfin log upload

This commit is contained in:
2026-05-14 18:06:54 +02:00
parent f95fbf72b3
commit 4b87f93dee
21 changed files with 430 additions and 100 deletions

View File

@@ -41,5 +41,6 @@ dependencies {
implementation(libs.media3.datasource.okhttp)
implementation(libs.datastore)
implementation(libs.okhttp)
implementation(libs.timber)
testImplementation(libs.junit)
}