glide
glide copied to clipboard
built gradle crash?
trafficstars
I use implementation 'com.github.bumtech.glide:glide:4.13.2' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
and I've got Failed to resolve: com.github.bumtech.glide:glide:4.13.2
I'm using Android Studio
@ly001909 You made a typo mistake. It should be : implementation 'com.github.bumptech.glide:glide:4.13.2'
You spelled it incorrectly. Implementation 'com.github.bumptech.glide:glide:4.13.2' should be used. basketball stars