From 4dd2c824f04b826cbccb930feb5540f1770445c9 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <mail@justjanne.de> Date: Thu, 5 Jun 2025 13:38:12 +0200 Subject: [PATCH] Allow using older versions of AGP --- lint.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lint.xml b/lint.xml index 4f04f03f..8da6b82d 100644 --- a/lint.xml +++ b/lint.xml @@ -18,7 +18,8 @@ --> <lint> - <issue id="NewerVersionAvailable" severity="error" /> + <issue id="NewerVersionAvailable" severity="informational" /> + <issue id="AndroidGradlePluginVersion" severity="informational"/> <!-- Because of course paging and room have incompatible versions --> <issue id="GradleCompatible" severity="ignore" /> -- GitLab