mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
This commit updates various dependencies and refactors the application of the Google Services Gradle plugin in the FireMarkers sample. - Bumps the Android Gradle Plugin, Kotlin, and Navigation component versions in the `snippets` and `CurrentPlaceDetailsOnMap` projects. - Refactors the `FireMarkers` sample to define the `google-services` plugin in the version catalog (`libs.versions.toml`) and reference it using a type-safe alias. - Simplifies the conditional application of the `google-services` plugin in the app-level `build.gradle.kts` file, making the logic more direct.