We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239f356 + 528ef22 commit cbe8ea3Copy full SHA for cbe8ea3
android/build.gradle
@@ -52,6 +52,7 @@ android {
52
checkAllWarnings true
53
warningsAsErrors true
54
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
56
}
57
58
sourceSets {
0 commit comments