Browse Source

disable MissingDefaultResource

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

+ 2 - 1
build.gradle

@@ -110,7 +110,8 @@ android {
             'VectorPath',
             'IconMissingDensityFolder',
             'IconDensities',
-            'GoogleAppIndexingWarning'
+            'GoogleAppIndexingWarning',
+            'MissingDefaultResource'
     }
 
     dexOptions {