From 6e83e622ff422f7be4f5d751ad47a418185b206d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:02:18 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.5.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- snippets/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle.kts b/snippets/build.gradle.kts index cf34308dc..9c3eb4a36 100644 --- a/snippets/build.gradle.kts +++ b/snippets/build.gradle.kts @@ -23,7 +23,7 @@ buildscript { // [END maps_android_secrets_gradle_plugin_project_level_config] plugins { - id("com.android.application") version "8.5.0" apply false + id("com.android.application") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false }