I have an aar Android library that is also dependent on a number of open-source libraries (RetroFit, Picasso, Android Support Lib, etc) and Google Play Services. It turns out a lot of developers still want the old .jar and Eclipse support.
What would be the best route to go about doing this? Can I package a .jar and provide its dependencies individually?