📅  最后修改于: 2022-03-11 14:52:25.008000             🧑  作者: Mango
repositories {
mavenCentral()
google()
}
dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}