rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

Update Volley to v1.1.1 #49

Closed corycaywood closed 6 years ago

corycaywood commented 6 years ago

Volley 1.0.0 depends on Apache HTTP, however API 28 removed it as a dependency in the bootclasspath. Volley 1.1.0 makes Apache HTTP an optional dependency.