diff --git a/app/build.gradle b/app/build.gradle index f5603b9f..45d0284a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,7 @@ android { lintOptions { disable 'MissingTranslation' + lintConfig file("lint.xml") } bundle { diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 00000000..5c517bb1 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file