Make the linter a little more forgiving, at least until things get cleaned up a bit

This commit is contained in:
Doug Keen 2015-10-18 20:52:25 -07:00
parent 07a017cd35
commit b1618f734e
2 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,10 @@ android {
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
}
lintOptions {
abortOnError false
}
}

View File

@ -22,5 +22,9 @@ android {
res.srcDirs = ['../drag-sort-listview/library/res']
}
}
lintOptions {
abortOnError false
}
}