I am building an Android Library which rely on a third party library. This library will be provided by the main Android application.
How can I develop my library which is dependent on the third party library without including it in the compiled version of my library?
In other words, I would like to link my library against the 3rd party lib but I do not want to include it in my jar.