Per the documentation:
dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
// You do not need to add a separate dependency for the Maps SDK for Android
// since this library builds in the compatible version of the Maps SDK.
// The aggregator artifact transitively pulls in all submodules below.
implementation("com.google.maps.android:android-maps-utils:5.0.0") // x-release-please-version
}
Are you aware that the Navigation SDK also builds in the Android Maps SDK? So, which SDK wins to include it? Has 5.0.0 been tested with the Navigation SDK with its embedded Maps SDK?
Per the documentation:
dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
// You do not need to add a separate dependency for the Maps SDK for Android
// since this library builds in the compatible version of the Maps SDK.
// The aggregator artifact transitively pulls in all submodules below.
implementation("com.google.maps.android:android-maps-utils:5.0.0") // x-release-please-version
}
Are you aware that the Navigation SDK also builds in the Android Maps SDK? So, which SDK wins to include it? Has 5.0.0 been tested with the Navigation SDK with its embedded Maps SDK?