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

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-02-28 02:21:37 +01:00
padre d0ef97879c
commit 8da2f079b2
Se han modificado 19 ficheros con 273 adiciones y 368 borrados

Ver fichero

@@ -31,6 +31,12 @@ android {
buildFeatures {
compose = true
}
lint {
lintConfig = file("lint.xml")
// Warnings do not abort the CI build; only errors do.
warningsAsErrors = false
abortOnError = true
}
packaging {
resources {
excludes += setOf(
@@ -53,8 +59,8 @@ android {
}
configurations.all {
resolutionStrategy {
force("org.bouncycastle:bcprov-jdk18on:1.78.1")
force("org.bouncycastle:bcpg-jdk18on:1.78.1")
force("org.bouncycastle:bcprov-jdk18on:1.83")
force("org.bouncycastle:bcpg-jdk18on:1.83")
}
// Exclude old BouncyCastle and duplicate xpp3 versions
exclude(group = "org.bouncycastle", module = "bcprov-jdk15on")