Skip to content

Commit f1daa8c

Browse files
chore(deps): bump volley in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#688)
Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/google/volley/releases) - [Commits](google/volley@1.2.0...1.2.1) --- updated-dependencies: - dependency-name: com.android.volley:volley dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11dc805 commit f1daa8c

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'androidx.appcompat:appcompat:1.2.0'
3636
implementation 'com.google.android.gms:play-services-maps:17.0.1'
3737
implementation 'com.google.android.libraries.places:places:2.4.0'
38-
implementation 'com.android.volley:volley:1.2.0'
38+
implementation 'com.android.volley:volley:1.2.1'
3939
testImplementation'junit:junit:4.13'
4040
implementation "androidx.core:core-ktx:1.6.0"
4141
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"

0 commit comments

Comments
 (0)