We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc6b27 commit 2c2e32cCopy full SHA for 2c2e32c
1 file changed
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