如何在android studio中选择特定版本的库

时间:2017-10-07 15:47:16

标签: android android-gradle android-library android-glide

我需要一个特定版本的Glide 3.8,但在android中只出现了我4.0

附件我的书店

enter image description here

看到添加库时添加了多个版本,您可以更改为其中一个版本吗?

滑行库的缓存

enter image description here

1 个答案:

答案 0 :(得分:1)

将它放在build.gradle(Module:app)文件中:

compile group: 'com.github.bumptech.glide', name: 'glide', version: '3.8.0'

删除你的jar存档