From 1052f257439e980045f9ed37d6653ccc759f6e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:03:13 +0000 Subject: [PATCH] build(deps): bump com.android.application Bumps com.android.application from 8.13.2 to 9.1.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 07_animations/layout_changes/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/layout_changes/gradle/libs.versions.toml b/07_animations/layout_changes/gradle/libs.versions.toml index 004bcae4a..35ba75188 100644 --- a/07_animations/layout_changes/gradle/libs.versions.toml +++ b/07_animations/layout_changes/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.13.2" +agp = "9.1.0" kotlin = "2.3.0" coreKtx = "1.17.0" appcompat = "1.7.1"