i copied a project from github to use that as a template for my project and now i want to change my ...
s
i copied a project from github to use that as a template for my project and now i want to change my package name but it is showing cant rename root module. Is there any way i can do that
b
In settings.geradle use rootProject.name property
s
Thanks