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]