Open SimonMarquis opened 2 years ago
The current workaround to exclude these ressources is to configure AAPT to ignore them:
android {
androidResources {
ignoreAssetsPatterns += listOf(
"Montserrat-Bold.ttf",
"Montserrat-Regular.ttf",
"OpenSans-Regular.ttf",
)
}
}
Hi, the AAR artifact you provide through maven contains a lot of useless resources (around half of its size):
Could you do some cleanup and/or provide release & debug variants containing only the necessary bits?
🙏 Thanks
FYI: here is a dump of
Tracker-2.21.2.aar
: