mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-04-25 17:15:36 +02:00
fix: Revert "Remove currently not applicable workaround code for building release"
This reverts commit aa0d59f86f.
This commit is contained in:
@@ -237,6 +237,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