Skip to content

Instantly share code, notes, and snippets.

@a-v-ebrahimi
Created March 21, 2016 06:25
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 a-v-ebrahimi/84ac25ed345aa0c912dd to your computer and use it in GitHub Desktop.
Save a-v-ebrahimi/84ac25ed345aa0c912dd to your computer and use it in GitHub Desktop.
Android APK Name
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.company.app"
minSdkVersion 13
targetSdkVersion 21
versionCode 14 // increment with every release
versionName '1.4.8' // change with every release
setProperty("archivesBaseName", "MyCompany-MyAppName-$versionName")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment