From 8e4d757e5c20763ff3acb64e1ad5d757154b834e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 01:56:02 +0000 Subject: [PATCH] chore(deps): bump com.android.application Bumps com.android.application from 8.8.0 to 8.11.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flutter_secure_storage/example/android/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_secure_storage/example/android/settings.gradle.kts b/flutter_secure_storage/example/android/settings.gradle.kts index f6d45351..da528d39 100644 --- a/flutter_secure_storage/example/android/settings.gradle.kts +++ b/flutter_secure_storage/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 "8.8.0" apply false + id("com.android.application") version "8.11.0" apply false id("org.jetbrains.kotlin.android") version "1.9.25" apply false }