Enabled abortOnError to better identify bugs which can lead to crashes
This commit is contained in:
parent
4f1895bc50
commit
d8295cd677
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
abortOnError false
|
disable 'MissingTranslation', 'ImpliedQuantity'
|
||||||
disable 'MissingTranslation', 'InvalidPackage'
|
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue