diff options
author | zeapo <mohamed@zenadi.com> | 2015-01-04 21:51:39 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2015-01-04 21:51:39 +0100 |
commit | 5d11cb2d2b897500155a5f1d68e431bb567292bd (patch) | |
tree | 765509466b26fe9207984c62a0f7f7736c32aa22 | |
parent | df8994d84f3923ba64cb36ecdad54aa29e28f2a0 (diff) |
version bump v1.2.0.12
-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 4ec80f82..d1022a07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 31 - versionName "1.2.0.11" + versionCode 32 + versionName "1.2.0.12" } compileOptions { |