From 2c2e32c1c5b893bbf0e90b76dcf92455d202abd9 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:38:27 -0800 Subject: [PATCH] add disable flag to ignore linting warning --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 823fc7bba4e..feef0ea192c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,6 +57,7 @@ android { disable "GradleDependency" disable "NewerVersionAvailable" disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder) + disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8 } sourceSets { main {