We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc6b27 + 2c2e32c commit 017f249Copy full SHA for 017f249
android/build.gradle
@@ -57,6 +57,7 @@ android {
57
disable "GradleDependency"
58
disable "NewerVersionAvailable"
59
disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder)
60
+ disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8
61
}
62
sourceSets {
63
main {
0 commit comments