update lint baseline

This commit is contained in:
Sean Mac Gillicuddy 2019-10-02 09:51:35 +01:00
parent d5f3a04b6b
commit 21e8988ccd
2 changed files with 377 additions and 368 deletions

View File

@ -8,6 +8,15 @@
file="..\..\..\.android\lint\customlint.jar"/>
</issue>
<issue
id="ObsoleteLintCustomCheck"
message="Lint found an issue registry (`butterknife.lint.LintRegistry`) which is older than the current API level; these checks may not work correctly.&#xA;&#xA;Recompile the checks against the latest version. Custom check API version is 2 (3.2), current lint API level is 5 (3.5+)"
includedVariants="debug"
excludedVariants="release">
<location
file="..\..\..\.gradle\caches\transforms-2\files-2.1\155b1c6c67a15ea2c33b631c0e6e3dd4\butterknife-runtime-10.1.0\jars\lint.jar"/>
</issue>
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."

File diff suppressed because it is too large Load Diff