mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-04-25 17:15:36 +02:00
build: Disable lint check for ExtraTranslation
This commit is contained in:
@@ -239,6 +239,12 @@ android {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
android {
|
||||
lint {
|
||||
disable.add("ExtraTranslation")
|
||||
}
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path = file("src/main/cpp/CMakeLists.txt")
|
||||
|
||||
Reference in New Issue
Block a user