From 319a9423324acb33fb4413d1849a11dc1f61c061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:04:11 +0000 Subject: [PATCH] build(deps): bump com.android.tools.build:gradle from 8.12.0 to 8.12.2 Bumps com.android.tools.build:gradle from 8.12.0 to 8.12.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 036bff0f4..0972d4da5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.android.tools.build:gradle:8.12.0' + classpath 'com.android.tools.build:gradle:8.12.2' } }