Browse Source

disable MissingDefaultResource

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
a894814611
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

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