[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump maps-ktx from 3.3.0 to 3.4.0 in /maps-compose #84

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump maps-ktx from 3.3.0 to 3.4.0 in /maps-compose
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](googlemaps/android-maps-ktx@v3.3.0...v3.4.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2022
commit dd2dd7e27cb04185c85e017178ac1de84e265d4b
2 changes: 1 addition & 1 deletion maps-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.maps.android:maps-ktx:3.3.0'
implementation 'com.google.maps.android:maps-ktx:3.4.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down