From 528ef2248d72358364fd0e3ab36fed0034eb2487 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:59:53 -0800 Subject: [PATCH] Add Disable option to ignore Linting gradle warning --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 06afe8fb..6da5c62e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,6 +52,7 @@ android { checkAllWarnings true warningsAsErrors true lintConfig file("lint.xml") + disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8 } sourceSets {