fix lint
Algunas comprobaciones han fallado
Build & Publish APK Release / build (push) Failing after 6m44s

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-03-01 01:05:24 +01:00
padre 15f4d2eead
commit b3694fae56
Se han modificado 23 ficheros con 105 adiciones y 232 borrados

11
app/lint.xml Archivo normal
Ver fichero

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Advertencias de versiones disponibles: se mantienen como info, no error -->
<issue id="GradleDependency" severity="informational" />
<issue id="NewerVersionAvailable" severity="informational" />
<issue id="AndroidGradlePluginVersion" severity="informational" />
<!-- PluralsCandidate: las strings de resumen son intencionales (formato compacto) -->
<issue id="PluralsCandidate" severity="informational" />
</lint>