From 0edbe3d4ef2f76280ff899faacb46fffc206d095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:27:25 +0000 Subject: [PATCH] Update dependency androidx.recyclerview:recyclerview to v1.3.2 (#1611) 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 4501a496a4..5d278212a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.3" androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } androidx-swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" androidx-test-core = "androidx.test:core-ktx:1.5.0" androidx-test-runner = "androidx.test:runner:1.5.2"