From b918297277028102f4752066be8b37ea4b303f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:03:23 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity in /07_animations/recycler Bumps androidx.activity:activity from 1.12.2 to 1.12.3. --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a7be23c80 100644 --- a/07_animations/recycler/gradle/libs.versions.toml +++ b/07_animations/recycler/gradle/libs.versions.toml @@ -11,7 +11,7 @@ coreKtx = "1.17.0" appcompat = "1.7.1" loggingInterceptor = "5.3.2" material = "1.13.0" -activity = "1.12.2" +activity = "1.12.3" constraintlayout = "2.2.1" gson = "2.13.2" navigationFragmentKtx = "2.9.6"