From b77779b9368b7b3960a8da02571e80c8c1a9c281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:46:25 +0000 Subject: [PATCH] Bump com.android.application from 8.13.2 to 9.2.0 Bumps com.android.application from 8.13.2 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.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 ca493a5..df5abed 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.13.2' apply false + id 'com.android.application' version '9.2.0' apply false id 'org.jetbrains.kotlin.android' version '2.2.10' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.2.10' apply false id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false