aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-07-21 04:46:09 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-07-21 04:46:09 -0400
commit6b1cbc657810c1a322376c88a0d9f787434934cf (patch)
treef2010f5e52666520e5e4ccf8abf0a77892e1f273
parentf17f48bce781f4ad6108106a92dedc18817c6d70 (diff)
version bump
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 892bdabd..d6df727b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 45
- versionName "1.2.0.25"
+ versionCode 46
+ versionName "1.2.0.26"
}
compileOptions {