diff options
author | zeapo <mohamed@zenadi.com> | 2017-05-28 18:37:54 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-05-28 18:37:54 +0200 |
commit | 54c0cfd152b760a86638e8002376a5fd0a35baca (patch) | |
tree | afcf37e5dd16b63e003924886f4e7576ec10cf7a | |
parent | faa572ce53a6b1a7cf65f54acd038a00e260f752 (diff) |
version bump
-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 9dbae9a7..82b8aa79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 25 - versionCode 79 - versionName "1.2.0.59" + versionCode 80 + versionName "1.2.0.60" } compileOptions { |