From 7f549e2cf8f5814a41d12d2d58266c2dc9fc5cb8 Mon Sep 17 00:00:00 2001 From: Steven de Tilly Date: Tue, 21 Nov 2023 13:26:33 -0500 Subject: [PATCH] Fix CI by ignoring POST_NOTIFICATIONS warning for picasso --- androidApp/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index cb65b4a..81318aa 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -57,8 +57,7 @@ android { } lint { - // https://github.com/bumptech/glide/issues/4940 - lintConfig = file("$rootDir/android_glide_lint.xml") + lintConfig = file("$rootDir/android_picasso_lint.xml") } }