From d24ad04b34ccd893c257f5882a9c9bb5ea132c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:32:53 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /example/android Bumps com.android.application from 8.8.1 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] --- example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index f6de083..a411b0e 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -32,7 +32,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version '8.8.1' apply false + id "com.android.application" version '9.0.0' apply false id "org.jetbrains.kotlin.android" version "2.1.0" apply false id "com.google.android.libraries.mapsplatform.secrets-gradle-plugin" version "2.0.1" apply false }