mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
11 lines
532 B
XML
11 lines
532 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="NewApi">
|
|
<!-- The NewApi lint also catches the usage of Java 8 APIs. The engine
|
|
relies on being built with backwards support for Java 8 APIs enabled. BE
|
|
CAREFUL ADDING TO THIS LIST. Not all Java 8 APIs are backwards
|
|
compatible all the way back to API 16. See
|
|
https://developer.android.com/studio/write/java8-support.html#supported_features -->
|
|
<ignore regexp="^Try-with-resources requires API level 19"/>
|
|
</issue>
|
|
</lint> |