From d4a8fd93d8646da9ab73c1e251cce4bdeef7be26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:46:43 +0000 Subject: [PATCH] Bump com.android.application from 8.13.2 to 9.2.1 Bumps com.android.application from 8.13.2 to 9.2.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.1 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..7d699b1 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.1' 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