I need to change the domain of my android project.
Example:
When I created the project I put a fictitious domain: br.com.domain-x
Then when the project evolved, I registered a valid domain: br.com.domain-and
I need to make this change and I do not know which is the most recommended procedure.
I found several procedures on the internet, like: use Refactor, Change Gradle, do both or just one. Finally several examples.
I'd like to know which way is most recommended because the application is working properly.