From 9866e0bb764e9e8f23b1fdfe54a3d541f0263d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:38:41 +0000 Subject: [PATCH] Bump androidx.paging:paging-runtime-ktx in /07_animations/layout_changes Bumps androidx.paging:paging-runtime-ktx from 3.3.2 to 3.3.4. --- updated-dependencies: - dependency-name: androidx.paging:paging-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 07_animations/layout_changes/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/layout_changes/app/build.gradle b/07_animations/layout_changes/app/build.gradle index 7ccdf32d9..445c0b99d 100644 --- a/07_animations/layout_changes/app/build.gradle +++ b/07_animations/layout_changes/app/build.gradle @@ -70,7 +70,7 @@ dependencies { def imagepicker_version = "2.1" def workmanager_version = "2.10.0" def hilt_work_version = "1.2.0" - def paging_version = "3.3.2" + def paging_version = "3.3.4" implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.core:core-ktx:$core_version"