diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-25 22:38:41 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-25 22:38:41 +0100 |
commit | b20917224fd3578daecc8281a2a21dcf59794383 (patch) | |
tree | 10284b3503e6d81d570d15a84adbe43c9ed4b329 /app/build.gradle | |
parent | b991b2b14dc1f5dc01e60c1ea5194ad16ac14289 (diff) |
https repositories works now, bump version to v1.2-a6
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 2510f89a..0662e235 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 24 - versionName "1.2-a5" + versionCode 25 + versionName "1.2-a6" } compileOptions { |