version bump
This commit is contained in:
parent
ad3751b44f
commit
0a050bbe03
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.zeapo.pwdstore"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 24
|
||||
versionCode 74
|
||||
versionName "1.2.0.54"
|
||||
versionCode 75
|
||||
versionName "1.2.0.55"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue