I have a reusable library which I use for all the projects that I work on. At the moment, to link the library to the project, I create a symlync, include it in settings.graddle....etc. Is there a way to simplify this? The ideal situation would be for me to add it just in the mobile.graddle file
i.e
dependencies {
compile 'com.android.support:appcompat-v7:20.0.0
Any pointers and how to achieve this is highly appreciated.
Note: I'm not willing to share the lib with the world.