diff --git a/app/build.gradle b/app/build.gradle index eeb23b05d..b0a6ac74f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ android { jvmTarget = "11" } lint { - disable 'GoogleAppIndexingWarning' + lintConfig = file("app/lint.xml") } } diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 000000000..8aab60fb4 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file