You can use the archivesBaseName
to set the name of apk.
For example:
defaultConfig {
....
project.ext.set("archivesBaseName", "MyName-" + defaultConfig.versionName);
}
You will obtain this output.
MyName-X.X.X-release.apk