mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-21 20:02:06 +01:00
Don't fail build on missing translation
This commit is contained in:
parent
c4cf30baa3
commit
309deb5429
1 changed files with 5 additions and 0 deletions
|
@ -11,10 +11,15 @@ android {
|
|||
versionCode 17
|
||||
versionName "1.0.1-12.01.2018"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue