浏览代码

add lint ignore for newApi within build dir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 年之前
父节点
当前提交
5d8883e8c2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lint.xml

+ 4 - 0
lint.xml

@@ -51,4 +51,8 @@
     <issue id="RestrictedApi" severity="error">
         <ignore path="build" />
     </issue>
+
+    <issue id="NewApi" severity="error">
+        <ignore path="build" />
+    </issue>
 </lint>