build: Disable lint check for ExtraTranslation

This commit is contained in:
Ushie
2026-03-14 22:45:26 +03:00
parent af2683d91d
commit 74bb1e17ae

View File

@@ -239,6 +239,12 @@ android {
generateLocaleConfig = true
}
android {
lint {
disable.add("ExtraTranslation")
}
}
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")