From a9ac9486daeeb724c533e65560500e12e70e6c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:30:50 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.8.0 to 8.9.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 ba9dba4fb..a32768165 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.8.0" apply false + id("com.android.application") version "8.9.0" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false }