diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-31 21:24:32 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-31 21:24:32 +0100 |
commit | b058008523c72841670882e79bd9bb5fb8d904f8 (patch) | |
tree | 594508a8ba6e6361c38ad9af0f87a0b63045f870 /app/build.gradle | |
parent | 22c6228e36b758bec62029c9204fd1d58a3c7ce3 (diff) |
bump to v1.2-a3v1.2-a3
Diffstat (limited to 'app/build.gradle')
-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 8e0cb115..37626c65 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 21 - versionName "1.2-a2" + versionCode 22 + versionName "1.2-a3" } buildTypes { release { |