version bump

This commit is contained in:
Mohamed Zenadi
2016-12-25 13:34:39 +01:00
parent ad3751b44f
commit 0a050bbe03
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore" applicationId "com.zeapo.pwdstore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 24 targetSdkVersion 24
versionCode 74 versionCode 75
versionName "1.2.0.54" versionName "1.2.0.55"
} }
compileOptions { compileOptions {

View File

@@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.android.tools.build:gradle:2.2.3'
// 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