Skip to content

Commit bdbbd3a

Browse files
Merge branch 'main' into v1.0/pipelinebuild/209142
2 parents 36db97c + 017f249 commit bdbbd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ android {
5757
disable "GradleDependency"
5858
disable "NewerVersionAvailable"
5959
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
6061
}
6162
sourceSets {
6263
main {

0 commit comments

Comments
 (0)