From e83c45e4f8ffdd90388e998b9837d1720d83afe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:37:29 +0000 Subject: [PATCH] Bump com.android.application from 8.12.0 to 9.0.0 Bumps com.android.application from 8.12.0 to 9.0.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index ad45da1..effc496 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id "com.android.library" version "8.12.0" - id "com.android.application" version "8.12.0" + id "com.android.application" version "9.0.0" } }