We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb90ece commit 2806192Copy full SHA for 2806192
1 file changed
CustomControlLibs/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
33
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
34
implementation 'com.github.bumptech.glide:glide:4.11.0'
35
- androidTestImplementation 'com.github.bumptech.glide:compiler:4.11.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
36
//圆形
37
implementation 'de.hdodenhof:circleimageview:3.0.0'
38
0 commit comments