Skip to content

Commit 3a164b1

Browse files
committed
chore: update android-maps-utils dependency to published 5.0.0
1 parent c2d1e4c commit 3a164b1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ material3 = "1.4.0"
3636
materialIconsExtended = "1.7.8"
3737

3838
# Google Maps & Places
39+
androidMapsUtils = "5.0.0"
3940
mapsCompose = "8.3.1"
4041
mapsKtx = "6.1.0"
4142
places = "5.1.1"

snippets/app-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
// Utility Library for Maps SDK for Android
8484
// You do not need to add a separate dependency for the Maps SDK for Android
8585
// since this library builds in the compatible version of the Maps SDK.
86-
implementation("com.google.maps.android:android-maps-utils:3.19.0")
86+
implementation("com.google.maps.android:android-maps-utils:5.0.0")
8787
}
8888
// [END maps_android_utils_install_snippet]
8989

snippets/app-utils/src/main/java/com/example/app_utils/GeoJSON.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class GeoJSON {
4242
private GoogleMap map;
4343

44-
private void addGeoJsonLayerJsonObject() {
44+
private void addGeoJsonLayerJsonObject() throws JSONException {
4545
// [START maps_android_util_geojson_add_jsonobject]
4646
JSONObject geoJsonData = // JSONObject containing the GeoJSON data
4747
// [START_EXCLUDE silent]

0 commit comments

Comments
 (0)