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

Ver fichero

@@ -37,6 +37,11 @@ android {
buildFeatures {
compose = true
}
lint {
lintConfig = file("lint.xml")
warningsAsErrors = false
abortOnError = false
}
}
dependencies {