[BWA-52] Disable MissingTranslation lint error (#156)

This commit is contained in:
Patrick Honkonen
2024-08-13 12:19:10 -04:00
committed by GitHub
parent f93d11fe36
commit 01ac1f3f93
+3
View File
@@ -71,6 +71,9 @@ android {
}
}
}
lint {
disable.add("MissingTranslation")
}
}
kotlin {