From a110d975a92afcfe72175327eb8086a3c207a4ce Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Fri, 15 Apr 2022 10:09:32 -0700 Subject: [PATCH] chore: Edit maps_compose_dependency region tag. Change-Id: Id511cb48f8ce6bb8fde6ac467d3877ffc07dc7ed --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dd6cbec4..9e5fe586 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,6 @@ dependencies { implementation 'androidx.activity:activity-compose:1.4.0' implementation "androidx.compose.foundation:foundation:$compose_version" implementation "androidx.compose.material:material:$compose_version" - implementation 'com.google.android.gms:play-services-maps:18.0.2' implementation 'com.google.android.material:material:1.5.0' implementation 'com.google.maps.android:maps-ktx:3.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" @@ -62,8 +61,9 @@ dependencies { // However, this should remain uncommented on the `main` branch so that // the maven declaration of Maps Compose can be used as a snippet. // implementation project(':maps-compose') - // [END_EXCLUDE silent] + // [END_EXCLUDE] implementation "com.google.maps.android:maps-compose:2.1.0" + implementation 'com.google.android.gms:play-services-maps:18.0.2' } // [END maps_android_compose_dependency]