1dependencies {
2 implementation 'com.github.bumptech.glide:glide:4.11.0'
3 annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
4}
1repositories {
2 mavenCentral()
3 google()
4}
5
6dependencies {
7 implementation 'com.github.bumptech.glide:glide:4.11.0'
8 annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
9}