From 760abc06d0370c8b59145e7ae024f070bddf0cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:10:18 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.2.2 to 8.3.0 in /snippets (#1492) chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.2.2 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... 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 20ae6050..9acfecb1 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.2.2' apply false + id 'com.android.application' version '8.3.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false }