mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Rewrite download support
This commit is contained in:
committed by
Niels van Velzen
parent
25e24b6ba6
commit
9f68bf3124
@@ -17,7 +17,9 @@ androidx-core = "1.17.0"
|
||||
androidx-core-splashscreen = "1.2.0"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-activity = "1.11.0"
|
||||
androidx-documentfile = "1.1.0"
|
||||
androidx-fragment = "1.8.9"
|
||||
androidx-work = "2.10.5"
|
||||
androiddesugarlibs = "2.1.5"
|
||||
|
||||
# Lifecycle extensions
|
||||
@@ -84,7 +86,9 @@ androidx-core = { group = "androidx.core", name = "core", version.ref = "android
|
||||
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidx-core-splashscreen" }
|
||||
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
|
||||
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "androidx-activity" }
|
||||
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "androidx-documentfile" }
|
||||
androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidx-fragment" }
|
||||
androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
|
||||
androiddesugarlibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androiddesugarlibs" }
|
||||
|
||||
# Lifecycle Extensions
|
||||
|
||||
Reference in New Issue
Block a user