From 15fd1927d10ac81797def8923303c74d7b646c9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:50:55 +0000 Subject: [PATCH] chore(deps): update com.android.application to v9.3.1 --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index a5413903..36fab83e 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 "9.2.1" apply false + id "com.android.application" version "9.3.1" apply false id "org.jetbrains.kotlin.android" version "2.4.10" apply false }