diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 827653aa291e37ae63c0cfa1eee4fbaa20cea122 (patch) | |
| tree | 20f874004e1676b055bc695d3b1483bef9932fe7 /app/lint.xml | |
| parent | dcda3f64e0822554f647ec73fa8b0252268b87a0 (diff) | |
| download | scrcpy-android-827653aa291e37ae63c0cfa1eee4fbaa20cea122.tar.gz | |
build: pin and verify release inputs
Diffstat (limited to 'app/lint.xml')
| -rw-r--r-- | app/lint.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 0000000..ab9d0e4 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<lint> + <!-- AAPT requires adaptive icons to remain version-qualified. --> + <issue id="ObsoleteSdkInt"> + <ignore regexp="mipmap-anydpi-v26"/> + </issue> + <!-- AGP 8.13's tested wrapper is Gradle 8.13. Do not chase an + unvalidated wrapper merely because a newer Gradle exists. --> + <issue id="AndroidGradlePluginVersion"> + <ignore regexp="gradle-wrapper.properties"/> + </issue> +</lint> |