Don't abort on lint warnings

This commit is contained in:
AdrianLxM 2019-03-14 10:50:10 +01:00 committed by GitHub
parent f1b4d5b29b
commit 25b0115960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
productFlavors {
flavorDimensions "standard"
full {