In Android Studio, the dependency
// implementation 'com.android.volley:volley:1.1.1'
is no longer working. This one however, works:
implementation 'com.android.volley:volley:1.2.1'
Refer to the HTTP library