chore: remove androidx-recyclerview-selection as it is unused

This commit is contained in:
jarnedemeulemeester 2023-07-31 17:31:04 +02:00
parent 0717103895
commit 16d54781b1
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5
2 changed files with 0 additions and 3 deletions

View file

@ -104,7 +104,6 @@ dependencies {
implementation(libs.androidx.paging)
implementation(libs.androidx.preference)
implementation(libs.androidx.recyclerview)
implementation(libs.androidx.recyclerview.selection)
implementation(libs.androidx.swiperefreshlayout)
implementation(libs.androidx.work)
implementation(libs.coil)

View file

@ -12,7 +12,6 @@ androidx-navigation = "2.6.0"
androidx-paging = "3.2.0"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.1"
androidx-recyclerview-selection = "1.1.0"
androidx-room = "2.5.2"
androidx-swiperefreshlayout = "1.1.0"
androidx-work = "2.8.1"
@ -48,7 +47,6 @@ androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version
androidx-paging = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
androidx-preference = { module = "androidx.preference:preference", version.ref = "androidx-preference" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
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-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }