From 349baf2bf4c1e94dd4e8efda64cc6acc7e1d0bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:03:28 +0000 Subject: [PATCH] build(deps): bump androidx.paging:paging-runtime-ktx Bumps androidx.paging:paging-runtime-ktx from 3.3.6 to 3.4.1. --- updated-dependencies: - dependency-name: androidx.paging:paging-runtime-ktx dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 07_animations/recycler/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/recycler/gradle/libs.versions.toml b/07_animations/recycler/gradle/libs.versions.toml index 2a33a99da..f88859c8f 100644 --- a/07_animations/recycler/gradle/libs.versions.toml +++ b/07_animations/recycler/gradle/libs.versions.toml @@ -16,7 +16,7 @@ constraintlayout = "2.2.1" gson = "2.13.2" navigationFragmentKtx = "2.9.6" navigationUiKtx = "2.9.6" -pagingRuntimeKtx = "3.3.6" +pagingRuntimeKtx = "3.4.1" room = "2.8.4" firebase = "34.7.0" playServices = "18.10.0"