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:
@@ -12,6 +12,10 @@ android {
|
|||||||
versionName "1.5.1"
|
versionName "1.5.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
|
Reference in New Issue
Block a user