📜  glide依赖android java代码示例

📅  最后修改于: 2022-03-11 14:52:15.811000             🧑  作者: Mango

代码示例1
dependencies {
  implementation 'com.github.bumptech.glide:glide:4.12.0'
  annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
}