Skip to content

Instantly share code, notes, and snippets.

@xotahal
Last active March 19, 2019 07:56
Show Gist options
  • Save xotahal/489d1337273f8fb85797a0e181d09ead to your computer and use it in GitHub Desktop.
Save xotahal/489d1337273f8fb85797a0e181d09ead to your computer and use it in GitHub Desktop.
// ...
if (project.hasProperty("vcode")) {
verCode = vcode as Integer
}
if (project.hasProperty("vname")) {
verName = vname
}
// ...
defaultConfig {
// ...
versionCode verCode
versionName verName
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment