Don't abort on lint warnings
This commit is contained in:
parent
f1b4d5b29b
commit
25b0115960
|
@ -48,6 +48,10 @@ android {
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
flavorDimensions "standard"
|
flavorDimensions "standard"
|
||||||
full {
|
full {
|
||||||
|
|
Loading…
Reference in a new issue