From 43b0f0092928cc2af7ec201de5ff13ef5e6485c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:11:10 +0000 Subject: [PATCH] chore(deps): bump gradle in /tutorials/java/CurrentPlaceDetailsOnMap (#486) Bumps gradle from 4.1.2 to 4.1.3. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 65e0922f..9d0d137c 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:4.1.2' + classpath 'com.android.tools.build:gradle:4.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files