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:
parent
c71590c6fa
commit
a16589eab0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user