Specify version in build.gradle

This commit is contained in:
str4d
2014-11-18 07:00:07 +00:00
parent 186aeee641
commit f573740b64
2 changed files with 3 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ android {
compileSdkVersion 21
buildToolsVersion '21.0.2'
defaultConfig {
versionCode 7
versionName '0.3-rc4'
minSdkVersion 9
targetSdkVersion 21
}