From 94ec09d108e418423b84d11da5323c78de83e0a4 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 4 May 2023 01:21:06 +0200 Subject: [PATCH] chore: added comment on why we're disabling this --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a68a115..a4d9d13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,7 +19,7 @@ android { sourceCompatibility 1.8 targetCompatibility 1.8 } - lintOptions { + lintOptions { // TODO this is necessary because otherwise it complains that we don't extend Activity... abortOnError false } }