Skip to content

Instantly share code, notes, and snippets.

@mramsden
Created December 18, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mramsden/8020787 to your computer and use it in GitHub Desktop.
Save mramsden/8020787 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
}
buildTypes {
debug {
versionNameSuffix "-SNAPSHOT"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment