Reputation: 15
I am trying to add volley
to my gradle dependencies
and import
it into my MainActivity.class
. As implementation 'com.android.volley:volley:1.1.1"
is not being recognised and import com.android.volley.Request
as well in Android Studio Iguana. Any help would be greatly appreciated.
dependencies {
implementation(libs.android.volley)
}
import com.android,volley.Request
Upvotes: 0
Views: 217