I'm building a library that uses another library which contains resources as a dependency. If it matters, that dependency is the Facebook SDK.
The problem is whenever I add my library as a dependency to another project it's not merging the dependency's resources to my aar.
Why this happens and why all the resources are not getting bundled?