From 8fc3941c8b000112e7144e7cff0503edc3f7e351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:04:47 +0000 Subject: [PATCH] Update dependency androidx.recyclerview:recyclerview to v1.4.0 (#1800) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7538e93e8..7ae2cddb2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0 androidx-activity = { module = "androidx.activity:activity", version = "1.10.0" } androidx-compose-ui-android = { module = "androidx.compose.ui:ui-android", version.ref = "compose" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-android", version = "2.8.7" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } autoService-annotations = "com.google.auto.service:auto-service-annotations:1.1.1" autoService-kspCompiler = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"