Merge pull request #34 from AdrianLxM/patch-2
don't complain on missing translations
This commit is contained in:
commit
952ab8f5b0
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ android {
|
|||
versionCode 1018
|
||||
versionName "1.0.18"
|
||||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
|
Loading…
Reference in a new issue