Disable build breaking for missing translations

This commit is contained in:
Ryan Harg 2021-07-20 11:38:35 +02:00
parent 0e3347349f
commit b91bd177c1
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ android {
}
lintOptions {
isAbortOnError = false
disable("MissingTranslation")
}
compileSdkVersion(30)