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
versionName "1.0.18"
}
lintOptions {
disable 'MissingTranslation'
}
buildTypes {
release {
minifyEnabled false