bump to errors: AppCompatMethod, NestedScrolling, StringFormatCount

These are things that we definitely want to be checking, and making them
lint errors rather than warnings means the CI build will fail.
This commit is contained in:
Hans-Christoph Steiner 2016-10-10 09:38:02 +02:00 committed by Danial Behzadi
parent 0a56609ce6
commit 8a789f93d3

View File

@ -202,6 +202,8 @@ android {
// to make CI fail on errors until this is fixed https://github.com/rtyley/spongycastle/issues/7
warning 'InvalidPackage'
error 'AppCompatMethod', 'NestedScrolling', 'StringFormatCount'
}
packagingOptions {