Remove UnusedResources lint rule

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2024-01-20 21:49:12 +01:00 committed by Alexander Borsuk
parent 0c0314579b
commit 04d610fd16

View file

@ -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
}