Skip to content

Commit 3ce97d8

Browse files
authored
chore: Edit maps_compose_dependency region tag. (#97)
Change-Id: Id511cb48f8ce6bb8fde6ac467d3877ffc07dc7ed
1 parent 2a6f33e commit 3ce97d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies {
4242
implementation 'androidx.activity:activity-compose:1.4.0'
4343
implementation "androidx.compose.foundation:foundation:$compose_version"
4444
implementation "androidx.compose.material:material:$compose_version"
45-
implementation 'com.google.android.gms:play-services-maps:18.0.2'
4645
implementation 'com.google.android.material:material:1.5.0'
4746
implementation 'com.google.maps.android:maps-ktx:3.3.0'
4847
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
@@ -62,8 +61,9 @@ dependencies {
6261
// However, this should remain uncommented on the `main` branch so that
6362
// the maven declaration of Maps Compose can be used as a snippet.
6463
// implementation project(':maps-compose')
65-
// [END_EXCLUDE silent]
64+
// [END_EXCLUDE]
6665
implementation "com.google.maps.android:maps-compose:2.1.0"
66+
implementation 'com.google.android.gms:play-services-maps:18.0.2'
6767
}
6868
// [END maps_android_compose_dependency]
6969

0 commit comments

Comments
 (0)