From d48d8e8981591bb7a08337dd840a233a6fefad01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:01:09 +0000 Subject: [PATCH] Update dependency androidx.paging:paging-runtime to v2.1.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6e94961..3c56135 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" //paging - implementation 'androidx.paging:paging-runtime:2.1.0' + implementation 'androidx.paging:paging-runtime:2.1.2' //android view dependencies implementation 'androidx.constraintlayout:constraintlayout:1.1.3'