diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-24 07:19:47 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-24 07:19:47 +0100 |
commit | c1d6a6c8d9eae8a63a39fc860609d584f629fbfb (patch) | |
tree | 58ecc86c786246e35bd1380275ea288c350cf07a | |
parent | 9798eaa74f057257ba727a1441b449af475c9f8a (diff) |
version bumpv1.2.0.57
-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 6be56325..2b713560 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 24 - versionCode 76 - versionName "1.2.0.56" + versionCode 77 + versionName "1.2.0.57" } compileOptions { |