Skip to content
Merged
Prev Previous commit
Next Next commit
return original baseline
  • Loading branch information
bparrishMines committed Apr 12, 2023
commit b690853cc6d36f032c54f661c0fcb7e0308e5a48
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
checkAllWarnings true
warningsAsErrors true
disable 'AndroidGradlePluginVersion', 'InvalidPackage', 'GradleDependency'
baseline file("lint-baseline.xml")
baseline file("lint-baseline.xml"
}

dependencies {
Expand Down
Loading