I am using Android studio 3.1.2 so after I have added Volley Dependency to my build.gradle(Module:App) using
implementation 'com.android.volley:volley:1.2.0'
I got this error
unable to resolve dependency for ':app@release/compileclasspath': could not resolve com.android.volley:volley:1.2.0
#android_studio