Bläddra i källkod

android: fix compilation warning

The annotation processor is required for our Glide module to be included.
master
Saúl Ibarra Corretgé 6 år sedan
förälder
incheckning
a1ebba0ef7
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      android/app/build.gradle

+ 1
- 0
android/app/build.gradle Visa fil

@@ -62,6 +62,7 @@ dependencies {
62 62
     implementation("com.github.bumptech.glide:annotations:${rootProject.ext.glideVersion}") {
63 63
         exclude group: "com.android.support", module: "annotations"
64 64
     }
65
+    annotationProcessor "com.github.bumptech.glide:compiler:${rootProject.ext.glideVersion}"
65 66
 }
66 67
 
67 68
 gradle.projectsEvaluated {

Laddar…
Avbryt
Spara