简体   繁体   中英

how to choose a specific version of library in android studio

I need a specific version of Glide 3.8 but in android only appears me 4.0

annex my bookstores

在此处输入图片说明

e seen that when adding a library are added several versions, you can change to one of them?

cache of glide library

在此处输入图片说明

Put this in your build.gradle (Module:app) file :

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

And remove your jar archive

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM