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
parent c71590c6fa
commit a16589eab0

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 {