Skip to content

Commit b03b30f

Browse files
chore(deps): bump places from 2.7.0 to 3.0.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1121)
chore(deps): bump places in /tutorials/kotlin/CurrentPlaceDetailsOnMap Bumps places from 2.7.0 to 3.0.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.places:places dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a9eef0 commit b03b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
})
3333
implementation 'androidx.appcompat:appcompat:1.5.1'
3434
implementation 'com.google.android.gms:play-services-maps:18.1.0'
35-
implementation 'com.google.android.libraries.places:places:2.7.0'
35+
implementation 'com.google.android.libraries.places:places:3.0.0'
3636
implementation 'com.android.volley:volley:1.2.1'
3737
testImplementation'junit:junit:4.13'
3838
implementation "androidx.core:core-ktx:1.9.0"

0 commit comments

Comments
 (0)