mirror of
https://github.com/encounter/engine.git
synced 2026-07-10 03:18:43 -07:00
1d10e0eb67
Adds minimum SDK checks around minimum APIs. flutter/flutter#28848
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> |