Skip to content

Commit

Permalink
Ignore the old target API lint check. Interestingly it's only reporte…
Browse files Browse the repository at this point in the history
…d in CI.
  • Loading branch information
vRallev committed Jun 27, 2020
1 parent 0343fdb commit 02b70e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample/app/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Lint is complaining about target SDK 29 -->
<issue id="OldTargetApi" severity="ignore" />
</lint>

0 comments on commit 02b70e4

Please sign in to comment.