diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-19 23:04:57 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-19 23:04:57 -0400 |
commit | f17f48bce781f4ad6108106a92dedc18817c6d70 (patch) | |
tree | e0e52a50ace31f78c6cdebec658a439da9cdb745 | |
parent | 3b12c79a6cbf86889e3c430f35669cfbeea99679 (diff) |
Version bump (oops...)
-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 e46e77a4..892bdabd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 22 - versionCode 44 - versionName "1.2.0.24" + versionCode 45 + versionName "1.2.0.25" } compileOptions { |