Created
March 21, 2016 06:25
-
-
Save a-v-ebrahimi/84ac25ed345aa0c912dd to your computer and use it in GitHub Desktop.
Android APK Name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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