aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2016-07-29 21:00:49 -0400
committerMatthew Wong <wongma7@outlook.com>2016-07-29 21:00:49 -0400
commit8be387c5a72dddd80d9ecfd93e41da0d8f22381f (patch)
tree0f0a8b6413b9062f946e294ad8b8943703107951
parentdda1e99a08327b863bd6b4b7e7e2b3aab77bc8cb (diff)
version bump 52v1.2.0.52
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5bac25d5..08e282a5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 23
- versionCode 71
- versionName "1.2.0.51"
+ versionCode 72
+ versionName "1.2.0.52"
}
compileOptions {