diff --git a/library/common/build.gradle b/library/common/build.gradle index 871bf5d8a4..e0eebdba49 100644 --- a/library/common/build.gradle +++ b/library/common/build.gradle @@ -19,6 +19,9 @@ android { testCoverageEnabled = true } } + lint { + baseline = file("lint-baseline.xml") + } } dependencies { diff --git a/library/common/lint-baseline.xml b/library/common/lint-baseline.xml new file mode 100644 index 0000000000..fc2c1446a5 --- /dev/null +++ b/library/common/lint-baseline.xml @@ -0,0 +1,29 @@ + + + + + + + + +