I have an android project that compiles to library jar for other applications to use. I want to add some functionality that comes from a 3rd party library. I also want users of my library to only have to include one jar (mine).
Is it possible to pack the 3rd party lib jar as part of mine?