From 112e6ec3bc0da70af6a2703ba8b4abc8073304fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 15:53:53 -0300 Subject: [PATCH] Update dependency androidx.recyclerview:recyclerview to v1.3.1 (#158) 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 dd122496..171dd8b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ kotlinxCoroutines = "1.7.1" androidxCore = "1.10.1" androidxAppCompat = "1.6.1" androidxActivityCompose = "1.7.2" -androidxRecyclerView = "1.3.0" +androidxRecyclerView = "1.3.1" androidxConstraintLayout = "2.1.4" androidxSwipeRefreshLayout = "1.1.0" androidxLifecycle = "2.6.1"