diff options
author | zeapo <mohamed@zenadi.com> | 2014-08-23 21:29:08 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-08-23 21:29:08 +0200 |
commit | f062ef55808bc09baf3f7f87a885eba09110970b (patch) | |
tree | f320accf04d3ea85df277069f3d11d2a9e54cf97 /app/build.gradle | |
parent | 6ba4acfc47e0197f81eefe3aed5e9badd7e71928 (diff) |
major changes (added ssh-key support)
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 af013832..24f8ea18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 14 targetSdkVersion 20 - versionCode 5 - versionName "1.0.3" + versionCode 6 + versionName "1.1-b1" } buildTypes { release { |