Просмотр исходного кода

android: fix compilation warning

The annotation processor is required for our Glide module to be included.
j8
Saúl Ibarra Corretgé 7 лет назад
Родитель
Сommit
a1ebba0ef7
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      android/app/build.gradle

+ 1
- 0
android/app/build.gradle Просмотреть файл

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

Загрузка…
Отмена
Сохранить