Skip to content

Commit 2a6d0a5

Browse files
chore(deps): bump places from 2.7.0 to 3.0.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1120)
chore(deps): bump places in /tutorials/java/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 6a0b1a4 commit 2a6d0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
})
3232
implementation 'androidx.appcompat:appcompat:1.5.1'
3333
implementation 'com.google.android.gms:play-services-maps:18.1.0'
34-
implementation 'com.google.android.libraries.places:places:2.7.0'
34+
implementation 'com.google.android.libraries.places:places:3.0.0'
3535
implementation 'com.android.volley:volley:1.2.1'
3636
testImplementation'junit:junit:4.12'
3737
}

0 commit comments

Comments
 (0)