android: fix compilation warning
The annotation processor is required for our Glide module to be included.
This commit is contained in:
parent
7e231c2826
commit
a1ebba0ef7
|
@ -62,6 +62,7 @@ dependencies {
|
|||
implementation("com.github.bumptech.glide:annotations:${rootProject.ext.glideVersion}") {
|
||||
exclude group: "com.android.support", module: "annotations"
|
||||
}
|
||||
annotationProcessor "com.github.bumptech.glide:compiler:${rootProject.ext.glideVersion}"
|
||||
}
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
|
|
Loading…
Reference in New Issue