From 7cafeb63bf73006ef42ea7ffe2c16eebbf5a0da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:17:39 +0000 Subject: [PATCH] Bump androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2 Bumps androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- architecture/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/build.gradle b/architecture/build.gradle index b40db6dc..1b632cbd 100644 --- a/architecture/build.gradle +++ b/architecture/build.gradle @@ -46,7 +46,7 @@ dependencies { api "com.google.android.material:material:1.9.0" api "androidx.constraintlayout:constraintlayout:2.1.4" - api "androidx.recyclerview:recyclerview:1.3.1" + api "androidx.recyclerview:recyclerview:1.3.2" //常用架构组件,已按功能提取分割为多个独立库,可按需选配