From b6ee98ce7f97a8c59ec0ad91b20f33e80830cd3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:43:29 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle from 9.1.1 to 9.2.0 Bumps com.android.tools.build:gradle from 9.1.1 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ecd19fad..e798377ad 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { // Lint API version tracks AGP: AGP 9.1.1 → Lint 32.1.1 // in module lint: // val lintVersion = "32.1.1" - classpath("com.android.tools.build:gradle:9.1.1") + classpath("com.android.tools.build:gradle:9.2.0") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.20") }