From 5d1d32a8ba9805925600a4aa446c979de5bb35fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:12:40 +0000 Subject: [PATCH] Update dependency androidx.recyclerview:recyclerview to v1.3.1 --- 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 8aeb0507..7c2abda8 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"