标签: android android-gradle android-library android-glide
我需要一个特定版本的Glide 3.8,但在android中只出现了我4.0
附件我的书店
看到添加库时添加了多个版本,您可以更改为其中一个版本吗?
滑行库的缓存
答案 0 :(得分:1)
将它放在build.gradle(Module:app)文件中:
compile group: 'com.github.bumptech.glide', name: 'glide', version: '3.8.0'
删除你的jar存档