mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 07:30:44 +00:00
14 lines
615 B
XML
14 lines
615 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<lint>
|
|
<issue id="AndroidGradlePluginVersion" severity="ignore" />
|
|
<issue id="GradleDependency" severity="ignore" />
|
|
<issue id="IconLauncherShape" severity="ignore" />
|
|
<issue id="NewerVersionAvailable" severity="ignore" />
|
|
|
|
<!-- OpenClaw uses date-based version codes (yyyyMMddNN), which are high but still below the Android max. -->
|
|
<issue id="HighAppVersionCode" severity="ignore" />
|
|
|
|
<!-- Target SDK follows the current release train; bump only after platform compatibility testing. -->
|
|
<issue id="OldTargetApi" severity="ignore" />
|
|
</lint>
|