📜  android glide 依赖项 - Java 代码示例

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

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

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