diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-27 00:44:51 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-27 00:45:09 +0100 |
commit | fd02d50011676b7c9a524257200494170c0bbd25 (patch) | |
tree | 1cdf137cc21a0ab2b2e32c44bfd3ac806d2bb3d5 | |
parent | 974d8e5f95cae8d205fb1a23d6442a479aca4ef2 (diff) |
version bumpv1.2.0.66
-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 45d50732..c28778bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 25 - versionCode 85 - versionName "1.2.0.65" + versionCode 86 + versionName "1.2.0.66" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 |