From dbeb9a8cdac34cbfd48feec50538b9115a52a6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:53:00 +0000 Subject: [PATCH] Bump com.android.application from 9.1.0 to 9.4.0 in /example/android Bumps com.android.application from 9.1.0 to 9.4.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/android/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle.kts b/example/android/settings.gradle.kts index b28021a..bb43ed7 100644 --- a/example/android/settings.gradle.kts +++ b/example/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" - id("com.android.application") version "9.1.0" apply false + id("com.android.application") version "9.4.0" apply false id("org.jetbrains.kotlin.android") version "2.4.0" apply false }