diff options
author | Matthew Wong <wongma7@outlook.com> | 2015-09-25 08:16:17 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2015-09-25 08:16:17 -0400 |
commit | 452be1e08354123432a7ceee2d2c32393611ffd0 (patch) | |
tree | fc31aac87407656055ace2b3a356f7804096c84d /app/build.gradle | |
parent | f277c5383750c350edbeb0da297c1da84161cad8 (diff) |
Version bump 53v1.2.0.33
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 d344eb13..929af770 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 23 - versionCode 52 - versionName "1.2.0.32" + versionCode 53 + versionName "1.2.0.33" } compileOptions { |