diff options
author | حسين <zidhussein@gmail.com> | 2018-10-16 13:38:31 +0100 |
---|---|---|
committer | حسين <zidhussein@gmail.com> | 2018-10-16 13:38:31 +0100 |
commit | 88721f5905e2a92dd2f5bef7dcba6a98f9b56185 (patch) | |
tree | f27493c85d59d634671de81660de91fa5dc9f905 | |
parent | 4cde7e76ad6f2284a4ea678bac311b0b6744d482 (diff) |
bump version numberv1.3.0
new versionCode format:
1 - major version
03 - minor version
00 - revision
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 28895b1d..f68dd67f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { |