mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-10-31 17:45:59 +01:00
Merge pull request #11 from mimi89999/master
Don't fail build on missing translation
This commit is contained in:
commit
3e45620d0d
1 changed files with 5 additions and 0 deletions
|
@ -11,10 +11,15 @@ android {
|
||||||
versionCode 17
|
versionCode 17
|
||||||
versionName "1.0.1-12.01.2018"
|
versionName "1.0.1-12.01.2018"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
disable 'MissingTranslation'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue