From d94bae4f7f2b2b2d8142787698fb0a907a792af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:29:55 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:maps-utils-ktx in /demo-kotlin Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-utils-ktx dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo-kotlin/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-kotlin/gradle/libs.versions.toml b/demo-kotlin/gradle/libs.versions.toml index e1aa6d98..72d80881 100644 --- a/demo-kotlin/gradle/libs.versions.toml +++ b/demo-kotlin/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.15.0" glide = "4.16.0" kotlin = "2.1.0" mapsSecretsGradlePlugin = "2.0.1" -mapsUtilsKtx = "5.1.1" +mapsUtilsKtx = "5.2.0" material = "1.12.0" multidex = "2.0.1" places = "4.1.0"