I have two apps, one free and a paid version with more features. I am placing the shared code in an external library as encouraged in android docs.
But when I import the library project, it just copies all files to the existing project then I'm left with two separate projects to maintain making a shared library seem pointless.
How can I maintain the library separately, where changes will show in both projects (both the free and paid versions)?