From 08db0816a2795527bc879b4c8db2f6a4f1e92b21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 23:45:41 +0000 Subject: [PATCH] chore(deps): bump appcompat in /tutorials/java/CurrentPlaceDetailsOnMap Bumps appcompat from 1.1.0 to 1.2.0. Signed-off-by: dependabot-preview[bot] --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index dad23acf..9b719c57 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -40,7 +40,7 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.gms:play-services-maps:17.0.0' implementation 'com.google.android.libraries.places:places:2.3.0' testImplementation'junit:junit:4.12'