google / volley

https://google.github.io/volley
Apache License 2.0
3.37k stars 751 forks source link

Declare volley-cronet's dependency on volley as an "api" dependency. #425

Closed jpd236 closed 3 years ago

jpd236 commented 3 years ago

Matches recommendation at https://docs.gradle.org/current/userguide/java_library_plugin.html. The effect is that apps depending on volley-cronet don't also need to depend on volley. This makes sense, since CronetHttpStack's public API depends on multiple Volley classes and can't be used in isolation.