Merge pull request #1684 from MilosKozak/AdrianLxM-patch-2
Don't abort on lint warnings
This commit is contained in:
commit
764d4bf635
1 changed files with 4 additions and 0 deletions
|
@ -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