I have about 7 classes which are needed for my 2 apps. I'm using Android Studio 0.3.1 and I want to create 2 projects which are using these classes.
My concern lies with version-control, since I want my 2 apps in seperate repositories to be up to date, the moment I commit changes to the 7 classes. I don't want to merge these classes by hand in my 2 repositories.
Is there anybody who can help me with my situation?
Thank you!
EDIT: The classes are extending Android classes