Reenable build errors on lintFailure

This commit is contained in:
edr
2023-10-01 20:44:41 +02:00
parent 1625d50359
commit 4571b06b23
2 changed files with 10 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ android {
}
lintOptions {
abortOnError false
abortOnError true
warning "MissingTranslation"
}
dependencies {
implementation "com.android.support:support-compat:26.1.0"
}