I have around 49 android apps. All of them have a reference to one library project. Till now, I have been developing on eclipse. Now, I am moving to Android Studio. What's the way to reference a library project in Android Studio?
I tried the answer mentioned in How to include library projects in Android Studio that are stored in a separate git repository?
This actually copies the library project within the app project. So, If i change anything in the library, it will not be reflected in 48 other apps.