From 378846fd14022705f25a243ec41b97fcc9efd51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:22:31 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.3.1 to 8.3.2 in /snippets (#1532) chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.3.1 to 8.3.2. --- 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 0f8cace29..4bb8a4bd8 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.3.1' apply false + id 'com.android.application' version '8.3.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.23' apply false }