Published
- 1 min read
android glide dependency
The solution for this is noted below
android glide dependency
Solution
dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}
Try other methods by searching on the site. That is if this doesn’t work