From ce700d3bcfce1e1a8ff049e93eaf2033677141e3 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Wed, 26 May 2021 21:13:22 +0200
Subject: [PATCH] Fix lint issue

---
 lint.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lint.xml b/lint.xml
index b18845a9b..89a5ad06a 100644
--- a/lint.xml
+++ b/lint.xml
@@ -39,4 +39,7 @@
 
   <!-- Because Autofill isn’t a priority at the moment -->
   <issue id="Autofill" severity="informational" />
+
+  <!-- We’re not using AGP 5 yet, and once we are, we’ll use compose anyway -->
+  <issue id="NonConstantResourceId" severity="informational" />
 </lint>
-- 
GitLab