From 7cf6ba94f1d8797f81da566cdfbe64cd3564d99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:18:23 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle from 8.9.2 to 9.0.0 Bumps com.android.tools.build:gradle from 8.9.2 to 9.0.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36c276d..47258d7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.gradleToolsVersion = '8.9.2' + ext.gradleToolsVersion = '9.0.0' repositories { mavenCentral()