【发布时间】:2016-03-20 14:45:40
【问题描述】:
我只是查看了我的一个较旧的项目。它在 gradle 中使用了 volley:
编译项目(":volley")
我将它用作子模块,但我想摆脱它。
由于 Volley 由 google 维护,我在研究后发现了一些官方依赖项 [1]。版本号为 1.0.0
谁能告诉我这个 Volley 属于哪个版本? 有不少[2]
[1]https://bintray.com/android/android-utils/com.android.volley.volley/view#
[2]https://android.googlesource.com/platform/frameworks/volley/+refs
【问题讨论】:
标签: android gradle dependencies android-volley