Don't fail build on missing translation

This commit is contained in:
mimi89999 2018-01-16 17:30:08 +01:00
parent c4cf30baa3
commit 309deb5429
No known key found for this signature in database
GPG key ID: 4B054AC4922D7B18

View file

@ -11,10 +11,15 @@ android {
versionCode 17
versionName "1.0.1-12.01.2018"
}
buildTypes {
release {
}
}
lintOptions {
disable 'MissingTranslation'
}
}
dependencies {