From a2e2eb654b2f11a21673c8517c4e99fc82279ac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:56:02 +0000 Subject: [PATCH] Update dependency androidx.recyclerview:recyclerview to v1.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a7c7381..563b50f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation "androidx.recyclerview:recyclerview:1.3.0-alpha01" + implementation "androidx.recyclerview:recyclerview:1.4.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"