From 8ff8f0507e52d5259f289151c41f83bc6ea63c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:03:13 +0000 Subject: [PATCH] chore(deps): bump com.android.tools.build:gradle Bumps the android-build-tools group in /android with 1 update: com.android.tools.build:gradle. Updates `com.android.tools.build:gradle` from 8.13.2 to 9.3.0 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-build-tools ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f0646f31e5f..6d8aa47bb18 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE" - classpath "com.android.tools.build:gradle:8.13.2" + classpath "com.android.tools.build:gradle:9.3.0" classpath "com.github.ben-manes:gradle-versions-plugin:0.54.0" } }