📜  android glide 依赖 - Java 代码示例

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

代码示例2
repositories {
  mavenCentral()
  google()
}

dependencies {
  implementation 'com.github.bumptech.glide:glide:4.11.0'
  annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}