Fix some build warnings
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 7m36s

This commit is contained in:
Christian Basler
2026-01-08 13:03:29 +01:00
parent da8a3c5398
commit 5d9a7d37d9
9 changed files with 93 additions and 92 deletions

View File

@@ -56,6 +56,11 @@ android {
merges += "/META-INF/{AL2.0,LGPL2.1}"
}
}
lint {
baseline = file("lint-baseline.xml")
}
}
dependencies {