From 9659cd26cf385c60d05607e00df86865733646b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:01:23 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.4.0 to 8.4.1 in /snippets (#1597) --- 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> --- snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle b/snippets/build.gradle index 338cbd84..d386e704 100644 --- a/snippets/build.gradle +++ b/snippets/build.gradle @@ -7,7 +7,7 @@ buildscript { // [END maps_android_secrets_gradle_plugin_project_level_config] plugins { - id 'com.android.application' version '8.4.0' apply false + id 'com.android.application' version '8.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false }