diff --git a/Core b/Core index 2be567e5..aad23a13 160000 --- a/Core +++ b/Core @@ -1 +1 @@ -Subproject commit 2be567e5adae31ca5a69eab499ffbc89e04b30f8 +Subproject commit aad23a1361ae475ae8a94f0c5f87b0e3a74d7a99 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d808fb34..bd1ffe75 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -86,6 +86,10 @@ android { androidResources { generateLocaleConfig = true } + + lint { + baseline = file("lint-baseline.xml") + } } val isRelease = gradle.startParameter.taskNames.any { it.contains("release", ignoreCase = true) } diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 37dbe592..5f977542 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,17 +1,6 @@ - - - - - - - - - - - -