mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Use non-ktx variants of androidx libraries
This commit is contained in:
committed by
Niels van Velzen
parent
8f1a551648
commit
75a504b634
@@ -175,7 +175,6 @@ dependencies {
|
||||
|
||||
// Room
|
||||
implementation(libs.bundles.androidx.room)
|
||||
implementation(libs.androidx.room.ktx)
|
||||
ksp(libs.androidx.room.compiler)
|
||||
|
||||
// Monitoring
|
||||
|
||||
@@ -92,8 +92,8 @@ androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscree
|
||||
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" }
|
||||
androidx-fragment = { group = "androidx.fragment", name = "fragment", version.ref = "androidx-fragment" }
|
||||
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }
|
||||
androiddesugarlibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androiddesugarlibs" }
|
||||
|
||||
# Lifecycle Extensions
|
||||
@@ -141,7 +141,6 @@ jellyfin-androidx-media3-ffmpeg-decoder = { module = "org.jellyfin.media3:media3
|
||||
# Room
|
||||
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "androidx-room" }
|
||||
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidx-room" }
|
||||
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }
|
||||
|
||||
# Monitoring
|
||||
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
|
||||
|
||||
Reference in New Issue
Block a user