File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 // Utilities for Maps SDK for Android (requires Google Play Services)
4040 // You do not need to add a separate dependency for the Maps SDK for Android
4141 // since this library builds in the compatible version of the Maps SDK.
42- implementation 'com.google.maps.android:android-maps-utils:3.8.2 '
42+ implementation 'com.google.maps.android:android-maps-utils:3.8.3 '
4343
4444 // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
4545 // See latest version at https://github.com/googlemaps/android-maps-ktx
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ext.projectArtifactId = { project ->
5757
5858allprojects {
5959 group = ' com.google.maps.android'
60- version = ' 3.8.2 '
60+ version = ' 3.8.3 '
6161 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
6262}
6363
You can’t perform that action at this time.
0 commit comments