From b59a2ff4978edb2b1d1c485131648959c77fa4d8 Mon Sep 17 00:00:00 2001 From: Duarte Barbosa Date: Thu, 13 Feb 2025 22:36:05 +0000 Subject: [PATCH] Added lint rule --- app/build.gradle.kts | 4 ++++ app/lint.xml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 app/lint.xml 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 @@ + + + +