From 19989c09ee32932d3c52cf1d550cadc7a5a9f46c Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 30 Apr 2026 08:22:27 +0200 Subject: [PATCH] lint: do not warn on old target, we check this on our own Signed-off-by: tobiasKaminsky --- app/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0cc53a48f021..8d958a767743 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -217,7 +217,8 @@ android { "MissingQuantity", "IconXmlAndPng", "SelectedPhotoAccess", - "UnsafeIntentLaunch" + "UnsafeIntentLaunch", + "OldTargetApi" ) ) htmlOutput = layout.buildDirectory.file("reports/lint/lint.html").get().asFile