From cddce89c2bdd549fdf7e17c6d3fe9185e543a97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:02:07 +0000 Subject: [PATCH] Bump com.android.application from 7.3.1 to 8.4.1 in /app/android Bumps com.android.application from 7.3.1 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/android/settings.gradle b/app/android/settings.gradle index 17abebf..838724c 100644 --- a/app/android/settings.gradle +++ b/app/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.3.1" apply false + id "com.android.application" version "8.4.1" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }