Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created July 8, 2015 12:02
Show Gist options
  • Save meeDamian/cad292109e70c4290f31 to your computer and use it in GitHub Desktop.
Save meeDamian/cad292109e70c4290f31 to your computer and use it in GitHub Desktop.
Custom .apk name
defaultConfig {
project.ext.set("archivesBaseName", "MyName-" + defaultConfig.versionName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment