From df62484fbccb4ad78252aa5438ca7897159beb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:19:45 +0000 Subject: [PATCH] chore(deps): Bump com.android.application in /android Bumps com.android.application from 8.11.1 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] --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index fd72471..8431749 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.11.1" apply false + id "com.android.application" version "9.2.1" apply false // NOT migrated to Flutter Built-in Kotlin: Flutter 3.44's built-in Kotlin pins // KGP 2.0.0, which cannot read the Kotlin 2.2.0 metadata in our play-services / // firebase deps (firebase_analytics fails compileReleaseKotlin). Keep an explicit