From a16589eab03e6ba32356f069e3ab74fb57ef6501 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 10 Oct 2016 09:38:02 +0200 Subject: [PATCH] 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. --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index aa707606b..750c5313b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {