I have the following gradle dir structure:
app
java
com
me.android.mysample
util
Car.java
Purchase.java
MainActivity.java
I wanted to rename the package "me.android.mysample" to "you.android.yoursample", so I right clicked that package and "renamed package", but that will only rename the "mysample" subpackage instead of the whole package.
I was able to rename the first part from "me" to "you" only in finder, but that won't take care of references in the code such as
import me.android.mysample