I am creating a library that uses another library that contains resources as a dependency. If that matters, this dependency is the SDK for Facebook.
The problem is that when I add my library to a dependency on another project, it does not combine the dependency resources with my aar.
Why is this happening and why are all the resources not included?
source
share