From faf1b1bd547fa5823187130a16b68e93555be39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:02:58 +0000 Subject: [PATCH] Bump com.android.application in /07_animations/transition Bumps com.android.application from 8.12.1 to 8.13.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 07_animations/transition/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/transition/build.gradle b/07_animations/transition/build.gradle index 50c49c9b7..bf9ec5602 100644 --- a/07_animations/transition/build.gradle +++ b/07_animations/transition/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "2.2.10" - ext.android_gradle_version = "8.12.1" + ext.android_gradle_version = "8.13.1" } plugins {