diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-15 23:39:35 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-15 23:39:35 +0200 |
commit | a23b268d9bcc941f1073465bc43ccf98f63a9d3c (patch) | |
tree | 13be42863241ff66a7fd6c053889aeed1967c306 /app/build.gradle | |
parent | a01276699aa0e6218710d33a7cd8bda5f0bdd97b (diff) |
fix #84 where account was missing, now it is selected on ecryptionv1.2.0.17
Diffstat (limited to 'app/build.gradle')
-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 cc04ed1a..622aa1dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 22 - versionCode 36 - versionName "1.2.0.16" + versionCode 37 + versionName "1.2.0.17" } compileOptions { |