如何选择库在Android Studio中的特定版本

问题描述:

我需要的Glide 3.8的特定版本,但在Android中只出现了我4.0如何选择库在Android Studio中的特定版本

附件我的书店

enter image description here

见过加时一个库添加了几个版本,你可以改变其中的一个?

缓存滑翔库

enter image description here

将这个在你的build.gradle(模块:应用程序)文件:

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

,并删除你的jar归档