16 lines
659 B
XML
16 lines
659 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="fatal" version="7.1.3">
|
|
|
|
<issue
|
|
id="ExpiredTargetSdkVersion"
|
|
message="Google Play requires that apps target API level 30 or higher.
"
|
|
errorLine1=" targetSdkVersion 21 //建议此属性值设为21 io.dcloud.PandoraEntry 作为apk入口时 必须设置 targetSDKVersion>=21 沉浸式才生效"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="build.gradle"
|
|
line="10"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
</issues>
|