android: fix compilation warning

The annotation processor is required for our Glide module to be included.
This commit is contained in:
Saúl Ibarra Corretgé 2019-01-03 13:12:57 +01:00 committed by Saúl Ibarra Corretgé
parent 7e231c2826
commit a1ebba0ef7
1 changed files with 1 additions and 0 deletions

View File

@ -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 {