Skip to content

Commit 3613e4d

Browse files
committed
fix: Revert "Remove currently not applicable workaround code for building release"
This reverts commit aa0d59f.
1 parent a4e3266 commit 3613e4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@ android {
237237
generateLocaleConfig = true
238238
}
239239

240+
android {
241+
lint {
242+
disable.add("ExtraTranslation")
243+
}
244+
}
245+
240246
externalNativeBuild {
241247
cmake {
242248
path = file("src/main/cpp/CMakeLists.txt")

0 commit comments

Comments
 (0)