From 6be46a2575c7a4314cf8fa0289acd16a42dcfec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:17:56 +0000 Subject: [PATCH] chore(deps): bump gradle in /tutorials/java/CurrentPlaceDetailsOnMap (#923) Bumps gradle from 7.1.2 to 7.1.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle 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> --- 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 8602e120..b4a1a12c 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:7.1.2' + classpath 'com.android.tools.build:gradle:7.1.3' 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