1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-13 12:14:19 +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" versionName "1.5.1"
} }
lintOptions {
abortOnError false
}
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false