Rewrite download support

This commit is contained in:
Niels van Velzen
2026-06-07 11:21:18 +02:00
committed by Niels van Velzen
parent 25e24b6ba6
commit 9f68bf3124
44 changed files with 1393 additions and 974 deletions
+4
View File
@@ -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