Merge pull request #11 from mimi89999/master

Don't fail build on missing translation
This commit is contained in:
Paul Schaub 2018-01-16 19:24:09 +01:00 committed by GitHub
commit 3e45620d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,10 +11,15 @@ android {
versionCode 17
versionName "1.0.1-12.01.2018"
}
buildTypes {
release {
}
}
lintOptions {
disable 'MissingTranslation'
}
}
dependencies {