I'm trying to build an Android Library SDK packaged as AAR. I'm depending on other companies AAR's as Gradle dependency.
I would like to have a single AAR (mine) that contain all of the other AAR so customers could have a single AAR to integrate with.
How can you package the dependent AAR in to your owns?
(the 3rd party AAR are not publicly available)