summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/config/lint.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml
index e8916acb63..b885b0b711 100644
--- a/android/config/lint.xml
+++ b/android/config/lint.xml
@@ -9,4 +9,7 @@
</issue>
<!-- We are currently not using the ellipsis character -->
<issue id="TypographyEllipsis" severity="ignore" />
+ <!-- Temporarily ignore the below checks while migrating to version catalogs. -->
+ <issue id="GradleDependency" severity="ignore" />
+ <issue id="AndroidGradlePluginVersion" severity="ignore" />
</lint>