Skip to content

Commit 528ef22

Browse files
committed
Add Disable option to ignore Linting gradle warning
1 parent 239f356 commit 528ef22

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
@@ -52,6 +52,7 @@ android {
5252
checkAllWarnings true
5353
warningsAsErrors true
5454
lintConfig file("lint.xml")
55+
disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8
5556
}
5657

5758
sourceSets {

0 commit comments

Comments
 (0)