fix(deps): Update dependency androidx.recyclerview:recyclerview to v1.4.0 (#427)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-31 07:14:07 +07:00 committed by GitHub
parent 733fcbba4a
commit af2be0d2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel
multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
palette = { module = "androidx.palette:palette", version = "1.0.0" }
preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
webkit = { module = "androidx.webkit:webkit", version = "1.12.0" }
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.1" }