Browse Source

disable GoogleAppIndexingWarning lint check

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 năm trước cách đây
mục cha
commit
b7876c4252
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      build.gradle

+ 6 - 1
build.gradle

@@ -105,7 +105,12 @@ android {
         abortOnError false
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
-        disable 'MissingTranslation', 'GradleDependency', 'VectorPath', 'IconMissingDensityFolder', 'IconDensities'
+        disable 'MissingTranslation',
+            'GradleDependency',
+            'VectorPath',
+            'IconMissingDensityFolder',
+            'IconDensities',
+            'GoogleAppIndexingWarning'
     }
 
     dexOptions {