diff --git a/build.gradle b/build.gradle index 064549d01..405141597 100644 --- a/build.gradle +++ b/build.gradle @@ -108,6 +108,10 @@ android { compileOptions.encoding = "UTF-8" + lintOptions { + abortOnError false + } + } // TODO: This person took the example code below from another blogpost online, however