Enabled abortOnError to better identify bugs which can lead to crashes

This commit is contained in:
Prathamesh More 2022-05-20 16:43:09 +05:30
parent 4f1895bc50
commit d8295cd677

View file

@ -51,8 +51,7 @@ android {
}
}
lint {
abortOnError false
disable 'MissingTranslation', 'InvalidPackage'
disable 'MissingTranslation', 'ImpliedQuantity'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8