mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add device profile & improvement playback reporting
This commit is contained in:
parent
3bf382a6b9
commit
bd75539cb6
19 changed files with 1056 additions and 117 deletions
|
|
@ -14,7 +14,7 @@ lifecycleRuntimeKtx = "2.9.4"
|
|||
activityCompose = "1.11.0"
|
||||
androidx-media3 = "1.8.0"
|
||||
coil = "3.3.0"
|
||||
jellyfin-sdk = "1.7.0-beta.6"
|
||||
jellyfin-sdk = "1.7.0-beta.5"
|
||||
nav3Core = "1.0.0-alpha09"
|
||||
lifecycleViewmodelNav3 = "1.0.0-alpha04"
|
||||
material3AdaptiveNav3 = "1.0.0-SNAPSHOT"
|
||||
|
|
@ -94,4 +94,4 @@ kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization"
|
|||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
protobuf = { id = "com.google.protobuf", version.ref = "protobuf" }
|
||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
||||
room = { id = "androidx.room", version.ref = "room" }
|
||||
room = { id = "androidx.room", version.ref = "room" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue