Pārlūkot izejas kodu

android: fix compilation warning

The annotation processor is required for our Glide module to be included.
master
Saúl Ibarra Corretgé 6 gadus atpakaļ
vecāks
revīzija
a1ebba0ef7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      android/app/build.gradle

+ 1
- 0
android/app/build.gradle Parādīt failu

62
     implementation("com.github.bumptech.glide:annotations:${rootProject.ext.glideVersion}") {
62
     implementation("com.github.bumptech.glide:annotations:${rootProject.ext.glideVersion}") {
63
         exclude group: "com.android.support", module: "annotations"
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
 gradle.projectsEvaluated {
68
 gradle.projectsEvaluated {

Notiek ielāde…
Atcelt
Saglabāt