Don't abort on lint errors

This commit is contained in:
Daniel Martí 2014-11-05 21:36:35 +01:00
parent c6811d83b2
commit a845f66099

View File

@ -108,6 +108,10 @@ android {
compileOptions.encoding = "UTF-8" compileOptions.encoding = "UTF-8"
lintOptions {
abortOnError false
}
} }
// TODO: This person took the example code below from another blogpost online, however // TODO: This person took the example code below from another blogpost online, however