diff options
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index bb6fffe0..087ee8f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } lintOptions { - warningsAsErrors true + warningsAsErrors false disable 'TrustAllX509TrustManager', 'UnusedResources', 'ContentDescription', @@ -81,7 +81,7 @@ android { 'GoogleAppIndexingApiWarning', 'SelectableText' - abortOnError false + abortOnError true xmlReport false textReport true textOutput 'stdout' |