From 2a04edc69b10ee3afd89bfdeab9ebcfe9396ddc0 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 12 Jul 2023 11:49:33 +0200 Subject: [PATCH] Set OldTargetApi to a warning (#3836) `OldTargetApi` default behaviour is to warn (https://googlesamples.github.io/android-custom-lint-rules/checks/OldTargetApi.md.html) Set it back to that, so that CI runs on runners with newer versions of the SDK installed do not fail. --- app/lint.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/lint.xml b/app/lint.xml index 0f87c7355..1ccf867d1 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -40,6 +40,9 @@ how to add to it when it's wrong. --> + + +