Reenable build errors on lintFailure
This commit is contained in:
@@ -20,10 +20,10 @@ android {
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
abortOnError true
|
||||
warning "MissingTranslation"
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation "com.android.support:support-compat:26.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user