bump version number
new versionCode format: 1 - major version 03 - minor version 00 - revision
This commit is contained in:
parent
4cde7e76ad
commit
88721f5905
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 95
|
versionCode 10300
|
||||||
versionName "1.2.0.75"
|
versionName "1.3.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ android {
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
targetCompatibility JavaVersion.VERSION_1_7
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError true // make sure build failes with lint errors!
|
abortOnError true // make sure build fails with lint errors!
|
||||||
disable 'MissingTranslation', 'PluralsCandidate'
|
disable 'MissingTranslation', 'PluralsCandidate'
|
||||||
}
|
}
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
|
Loading…
Reference in a new issue