don't complain on missing translations

This commit is contained in:
AdrianLxM 2016-10-21 22:16:20 +02:00 committed by GitHub
parent 05f8c2d1ba
commit e2956db141

View file

@ -26,6 +26,9 @@ android {
versionCode 1018 versionCode 1018
versionName "1.0.18" versionName "1.0.18"
} }
lintOptions {
disable 'MissingTranslation'
}
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false