Is it possible to change the package name without changing the file path?
We have a project and we are considering submitting it to the store with a different package name. We want to be able to merge into the new project when we make changes to the previous project. I think git system will not detect changes in files if I change the file path.
Can anyone help?