orhanobut / wasp

Compact and easy to use, 'all-in-one' android network solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider moving to official Volley library

samtstern opened this issue · 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'
}

Thank you for this, I'll definitely change this