Merge pull request #1684 from MilosKozak/AdrianLxM-patch-2

Don't abort on lint warnings
This commit is contained in:
Milos Kozak 2019-03-14 11:13:15 +01:00 committed by GitHub
commit 764d4bf635
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 {