bump version and make versioncode similar to name

This commit is contained in:
zeapo 2014-12-10 20:14:43 +01:00
parent c1f5e5ba62
commit 41e53e04b4
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore" applicationId "com.zeapo.pwdstore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 21 targetSdkVersion 21
versionCode 27 versionCode 29
versionName "1.2.0.8" versionName "1.2.0.9"
} }
compileOptions { compileOptions {

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.14.4' classpath 'com.android.tools.build:gradle:1.0.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files