diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-09 17:15:51 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-09 17:15:51 +0100 |
commit | 3417bdfb0bf68833594315c24ad55db8d37dab4f (patch) | |
tree | f5f49986a59815a1f92576a3ba1a87d27d18d8fc | |
parent | 79ef81346beab5a876edaa346c29012eb50237a0 (diff) |
version bump
-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 bd96dde3..2a85ec4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 23 - versionName "1.2-a4" + versionCode 24 + versionName "1.2-a5" } buildTypes { release { |