Skip to content

Commit a6ec7d1

Browse files
chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /ApiDemos/kotlin (#1691)
chore(deps): bump com.google.maps.android:maps-ktx in /ApiDemos/kotlin Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](googlemaps/android-maps-ktx@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40ecdf1 commit a6ec7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiDemos/kotlin/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959

6060
// GMS
6161
gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3'
62-
gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0'
62+
gmsImplementation 'com.google.maps.android:maps-ktx:5.1.0'
6363

6464
// Below is used to run the easypermissions library to manage location permissions
6565
// EasyPermissions is needed to help us request for permission to access location

0 commit comments

Comments
 (0)