From 3f7afe933dca83360733f45a4305f882acccbc22 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:36:07 -0700 Subject: [PATCH] Enable `abortOnError` in lint I have been working on fixing all error-level lint warnings, and now that that is done, we can enable this. We already do this for library now as well. --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a7536da0db..e87b97b41b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -143,7 +143,6 @@ android { } lint { - abortOnError = false checkReleaseBuilds = false }