diff options
author | حسين <zidhussein@gmail.com> | 2018-10-18 00:28:25 +0100 |
---|---|---|
committer | حسين <zidhussein@gmail.com> | 2018-10-18 00:28:25 +0100 |
commit | 0382716c5e8a5940053015cc021192730d3d831f (patch) | |
tree | f8514bfca37e0a5c5a64308fac4962910e3f388c | |
parent | 85df10af04fdb3a87f47d28fec5bb3f5045acf1b (diff) |
bump versionv1.3.1
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index f68dd67f..f120c443 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 28 - versionCode 10300 - versionName "1.3.0" + versionCode 10301 + versionName "1.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } |