mirror of
https://github.com/BrendanGreenlee/openclaw-android-heartbeat.git
synced 2026-08-17 16:49:14 +00:00
Pristine fork source for PROJ-0088. v1 will turn this into a WebView web shell; the WebSocket node infrastructure stays intact for v2 heartbeat.
13 lines
615 B
XML
13 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>
|