大幅変更&環境バージョンアップ
This commit is contained in:
75
android/app/lint-baseline.xml
Normal file
75
android/app/lint-baseline.xml
Normal file
@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.2)" variant="all" version="7.4.2">
|
||||
|
||||
<issue
|
||||
id="ScopedStorage"
|
||||
message="WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 10+"
|
||||
errorLine1=" <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="13"
|
||||
column="36"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="KotlinNullnessAnnotation"
|
||||
message="Do not use `@NonNull` in Kotlin; the nullability is already implied by the Kotlin type `FlutterEngine` **not** ending with `?`"
|
||||
errorLine1=" override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) {"
|
||||
errorLine2=" ~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/com/dvox/gifunavi/MainActivity.kt"
|
||||
line="22"
|
||||
column="41"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="ObsoleteSdkInt"
|
||||
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `drawable`.">
|
||||
<location
|
||||
file="src/main/res/drawable-v21"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UnusedResources"
|
||||
message="The resource `R.mipmap.ic_launcher` appears to be unused">
|
||||
<location
|
||||
file="src/main/res/mipmap-hdpi/ic_launcher.png"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="IconLauncherShape"
|
||||
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
|
||||
<location
|
||||
file="src/main/res/mipmap-hdpi/launcher_icon.png"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="IconLauncherShape"
|
||||
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
|
||||
<location
|
||||
file="src/main/res/mipmap-mdpi/launcher_icon.png"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="IconLauncherShape"
|
||||
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
|
||||
<location
|
||||
file="src/main/res/mipmap-xhdpi/launcher_icon.png"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="IconLauncherShape"
|
||||
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
|
||||
<location
|
||||
file="src/main/res/mipmap-xxhdpi/launcher_icon.png"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="IconLauncherShape"
|
||||
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
|
||||
<location
|
||||
file="src/main/res/mipmap-xxxhdpi/launcher_icon.png"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
||||
Reference in New Issue
Block a user