From be3b9285a9e03f10bab09fc94401f75925569b93 Mon Sep 17 00:00:00 2001 From: ankitkumar Date: Sat, 24 Feb 2024 18:09:59 +0530 Subject: [PATCH] removed baseline file --- coachmark/build.gradle.kts | 9 --------- coachmark/lint.xml | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 coachmark/lint.xml diff --git a/coachmark/build.gradle.kts b/coachmark/build.gradle.kts index 59c7b4a..829a18c 100644 --- a/coachmark/build.gradle.kts +++ b/coachmark/build.gradle.kts @@ -54,13 +54,4 @@ android { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 } - - lint { - baseline = file("lint.xml") - } - -} - -dependencies { - lintChecks(libs.compose.lint) } diff --git a/coachmark/lint.xml b/coachmark/lint.xml deleted file mode 100644 index f326504..0000000 --- a/coachmark/lint.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file