From dc14e70d3170ee0264a53889964f9115d66a277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:18:37 +0000 Subject: [PATCH] chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.5.0 to 8.5.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tutorials/java/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle index 12ab2ee8e..2feb98580 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.0' + classpath 'com.android.tools.build:gradle:8.5.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files