From 1bbf1542764d30ef93eb51de60a67fd5f4561d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:29:58 +0200 Subject: [PATCH] chore(deps): bump com.android.application from 8.5.0 to 8.5.1 in /packages/world_countries/example/android (#198) chore(deps): bump com.android.application Bumps com.android.application from 8.5.0 to 8.5.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/world_countries/example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/world_countries/example/android/settings.gradle b/packages/world_countries/example/android/settings.gradle index 498c33d5..b3b44d75 100644 --- a/packages/world_countries/example/android/settings.gradle +++ b/packages/world_countries/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.5.0" apply false + id "com.android.application" version "8.5.1" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }