diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-07-17 13:24:50 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-07-17 13:24:50 -0400 |
commit | e12e6044434fb7d48108a71d3d1a4e48e83bdcd5 (patch) | |
tree | b093025a3c1446b17a0285cd31556665897441f0 | |
parent | 017650bf373e3ccc3a45680088297543a1470eff (diff) |
version bump 68v1.2.0.48
-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 6266374e..f5237d23 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 23 - versionCode 67 - versionName "1.2.0.47" + versionCode 68 + versionName "1.2.0.48" } compileOptions { |