From feebbef9152df855eccfb62d19f8f1cf515b2310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:46:04 +0000 Subject: [PATCH] Bump com.android.application from 8.13.2 to 9.1.1 Bumps com.android.application from 8.13.2 to 9.1.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.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..3e2182b 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.1.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