From 4200069260cc4e23209f894987c5e08349f8a115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:22:44 +0000 Subject: [PATCH] Bump com.android.application from 9.0.0 to 9.1.0 Bumps com.android.application from 9.0.0 to 9.1.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.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 e0d69abc..dff6d9d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "9.0.0" apply false + id("com.android.application") version "9.1.0" apply false } buildscript {