File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments