mirror of
https://github.com/bitwarden/android.git
synced 2026-08-25 17:09:55 -05:00
[BWA-52] Disable MissingTranslation lint error (#156)
This commit is contained in:
@@ -71,6 +71,9 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
lint {
|
||||
disable.add("MissingTranslation")
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user