From 1a9f9bbd7f735c8c3230a7c89d5a566087eaafc1 Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Fri, 6 Dec 2024 12:44:11 +0300 Subject: [PATCH] Lint rules updates 1. Don't fail on GradleDependency issues (error -> warning level) 2. OldTargetApi: severity informational -> warning for better visibility Note: these rules take precedence over "warningsAsErrors = true" from our build.gradle file --- fingerprint/lint.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fingerprint/lint.xml b/fingerprint/lint.xml index 3aad94f..1b689f6 100644 --- a/fingerprint/lint.xml +++ b/fingerprint/lint.xml @@ -1,4 +1,4 @@ - - + +