Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider moving to official Volley library #137

Open
samtstern opened this issue Feb 19, 2016 · 1 comment
Open

Consider moving to official Volley library #137

samtstern opened this issue Feb 19, 2016 · 1 comment

Comments

@samtstern
Copy link

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'
}
@orhanobut
Copy link
Owner

Thank you for this, I'll definitely change this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants