refactor: remove unused libraries
This commit is contained in:
parent
c5891f89d6
commit
c2b20b5050
1 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ androidx-appcompat = "1.6.1"
|
|||
androidx-constraintlayout = "2.1.4"
|
||||
androidx-core = "1.10.1"
|
||||
androidx-hilt = "1.0.0"
|
||||
androidx-leanback = "1.2.0-alpha02"
|
||||
androidx-lifecycle = "2.6.1"
|
||||
androidx-media3 = "1.0.2"
|
||||
androidx-navigation = "2.6.0"
|
||||
|
@ -37,7 +36,6 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
|
|||
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
||||
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
|
||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
|
||||
androidx-leanback = { module = "androidx.leanback:leanback", version.ref = "androidx-leanback" }
|
||||
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
|
||||
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
|
||||
androidx-media3-common = { module = "androidx.media3:media3-common", version.ref = "androidx-media3" }
|
||||
|
@ -53,7 +51,6 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
|
|||
androidx-recyclerview-selection = { module = "androidx.recyclerview:recyclerview-selection", version.ref = "androidx-recyclerview-selection" }
|
||||
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
|
||||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
|
||||
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }
|
||||
androidx-work = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
|
||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||
|
|
Loading…
Reference in a new issue