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

Commit 88721f5

Browse files
committed
bump version number
new versionCode format: 1 - major version 03 - minor version 00 - revision
1 parent 4cde7e7 commit 88721f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.zeapo.pwdstore"
1010
minSdkVersion 16
1111
targetSdkVersion 28
12-
versionCode 95
13-
versionName "1.2.0.75"
12+
versionCode 10300
13+
versionName "1.3.0"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
@@ -19,7 +19,7 @@ android {
1919
targetCompatibility JavaVersion.VERSION_1_7
2020
}
2121
lintOptions {
22-
abortOnError true // make sure build failes with lint errors!
22+
abortOnError true // make sure build fails with lint errors!
2323
disable 'MissingTranslation', 'PluralsCandidate'
2424
}
2525
packagingOptions {

0 commit comments

Comments
 (0)