We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d08eaa0 + e4a6782 commit 6226138Copy full SHA for 6226138
library/quality/quality.gradle
@@ -72,7 +72,7 @@ android {
72
// We have okio as a transitive dependency, which causes some lint errors due to
73
// using Java 8 nio packages. Safely downgrading them to warning.
74
// https://github.com/square/okio/issues/58
75
- disable 'InvalidPackage'
+ disable 'InvalidPackage', 'NewerVersionAvailable'
76
77
baseline file("$configDir/lint-baseline.xml")
78
checkAllWarnings true
0 commit comments