1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-12 03:34:09 +02:00

don't abort build process if a translation is missing

This commit is contained in:
OliE
2017-05-07 11:05:42 +02:00
parent 8a874c9e41
commit 937c22c096

View File

@@ -12,6 +12,10 @@ android {
versionName "1.5.1"
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false