wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Consider moving to official Volley library

Open samtstern opened this issue 9 years ago • 1 comments

This library (like many others) currently relies on the mxciaoke fork of volley.

There is now a Google published version of the Volley library. This is not a fork (unlike the currently used copy). It's compiled and built directly from AOSP.

You can depend on it like this:

dependencies {
    compile 'com.android.volley:volley:1.0.0'
}

samtstern avatar Feb 19 '16 01:02 samtstern

Thank you for this, I'll definitely change this

orhanobut avatar Feb 19 '16 09:02 orhanobut