1
0
mirror of https://github.com/sismics/docs.git synced 2025-04-22 03:16:35 +02:00

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 {