I'm looking for a solutions which will allow me to build lite and premium versions of my android app without manual manipulations. The functionality I'm looking for is:
- Automatically renaming package
- Changing home package name in AndroidManifest.xml file.
- Changing constant values in java or/and resource files or substituting appropriate files for current application version.
Thanks.