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

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
new versionCode format:
    1  - major version
    03 - minor version
    00 - revision
  • Loading branch information
zidhuss committed Oct 16, 2018
1 parent 4cde7e7 commit 88721f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 16
targetSdkVersion 28
versionCode 95
versionName "1.2.0.75"
versionCode 10300
versionName "1.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -19,7 +19,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
abortOnError true // make sure build failes with lint errors!
abortOnError true // make sure build fails with lint errors!
disable 'MissingTranslation', 'PluralsCandidate'
}
packagingOptions {
Expand Down

0 comments on commit 88721f5

Please sign in to comment.