소스 검색

android: fix compilation warning

The annotation processor is required for our Glide module to be included.
j8
Saúl Ibarra Corretgé 7 년 전
부모
커밋
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 {

Loading…
취소
저장