glide icon indicating copy to clipboard operation
glide copied to clipboard

built gradle crash?

Open ly001909 opened this issue 3 years ago • 2 comments
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 avatar Jun 21 '22 07:06 ly001909

@ly001909 You made a typo mistake. It should be : implementation 'com.github.bumptech.glide:glide:4.13.2'

lamdeyton avatar Jul 04 '22 10:07 lamdeyton

You spelled it incorrectly. Implementation 'com.github.bumptech.glide:glide:4.13.2' should be used. basketball stars

IvoryMorissette avatar Jul 27 '22 02:07 IvoryMorissette