Make the linter a little more forgiving, at least until things get cleaned up a bit
This commit is contained in:
parent
07a017cd35
commit
b1618f734e
@ -46,6 +46,10 @@ android {
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
exclude 'META-INF/notice.txt'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -22,5 +22,9 @@ android {
|
||||
res.srcDirs = ['../drag-sort-listview/library/res']
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user