Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 0a050bb

Browse files
committed
version bump
1 parent ad3751b commit 0a050bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.zeapo.pwdstore"
1010
minSdkVersion 15
1111
targetSdkVersion 24
12-
versionCode 74
13-
versionName "1.2.0.54"
12+
versionCode 75
13+
versionName "1.2.0.55"
1414
}
1515

1616
compileOptions {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.2.2'
9+
classpath 'com.android.tools.build:gradle:2.2.3'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)