fix: Revert "Remove currently not applicable workaround code for building release"

This reverts commit aa0d59f86f.
This commit is contained in:
Ax333l
2026-03-19 22:04:03 +01:00
parent a4e3266e90
commit 3613e4d752

View File

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