Android: don't fail build on lint errors

This commit is contained in:
jendib 2015-03-24 23:53:28 +01:00
parent 07247854ac
commit aa4b73b730

View File

@ -27,6 +27,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
abortOnError false
}
}
dependencies {