diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index d7857fdc..9bec28f4 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.gms:play-services-maps:17.0.1' implementation 'com.google.android.libraries.places:places:2.4.0' - implementation 'com.android.volley:volley:1.2.0' + implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.12' }