diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 433a1ea..ce0764b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -38,6 +38,10 @@ android { } } + lint { + lintConfig = file("lint.xml") + } + packaging { resources { // Make sure to exclude the license files as for some reason they are probing project from compilation excludes += "/META-INF/{AL2.0,LGPL2.1}" diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 0000000..f025ad9 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,4 @@ + + + +