mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
bump version number
new versionCode format: 1 - major version 03 - minor version 00 - revision
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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 {
|
||||
|
Reference in New Issue
Block a user