diff options
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> |