瀏覽代碼

android: fix compilation warning

The annotation processor is required for our Glide module to be included.
master
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
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…
取消
儲存