diff --git a/app/build.gradle b/app/build.gradle index c77b9f489..1e85d85bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,8 +59,7 @@ android { } lintOptions { - disable "GoogleAppIndexingWarning", "ButtonStyle", "AlwaysShowAction", - "MissingTranslation", "MissingPrefix" + lintConfig file("lint.xml") } sourceSets { diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 000000000..c1c28e55d --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,8 @@ + + + + + + + +