From 04d610fd1634cb116a65ad72033b047046b22534 Mon Sep 17 00:00:00 2001 From: Jean-BaptisteC Date: Sat, 20 Jan 2024 21:49:12 +0100 Subject: [PATCH] Remove UnusedResources lint rule Signed-off-by: Jean-BaptisteC --- android/app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3005c1b8e1..463b7aeeef 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -285,8 +285,6 @@ android { disable 'CustomSplashScreen' // https://github.com/organicmaps/organicmaps/issues/3610 disable 'InsecureBaseConfiguration' - // https://github.com/organicmaps/organicmaps/issues/3608 - disable 'UnusedResources' abortOnError true }