diff options
author | knuthy <knuthy@gmail.com> | 2014-09-29 22:06:23 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-29 22:06:23 +0200 |
commit | 499480f80b26668f1a8c3786ff9cb33bc4c1c55b (patch) | |
tree | 198def185140a09dbabc5e0d46c64a3e2a3a8daa | |
parent | 2fd688bd27431bb60248701f43dbab0fcec4f0c2 (diff) |
version bump and generated release and debug apkv1.1-b7
-rw-r--r-- | app/app-debug.apk | bin | 1717862 -> 1717832 bytes | |||
-rw-r--r-- | app/app-release.apk | bin | 1717252 -> 1717802 bytes | |||
-rw-r--r-- | app/build.gradle | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/app/app-debug.apk b/app/app-debug.apk Binary files differindex 4586e48c..e33901e3 100644 --- a/app/app-debug.apk +++ b/app/app-debug.apk diff --git a/app/app-release.apk b/app/app-release.apk Binary files differindex d8c62431..677e0032 100644 --- a/app/app-release.apk +++ b/app/app-release.apk diff --git a/app/build.gradle b/app/build.gradle index bcbffee4..6dc7b16b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 19 - versionCode 13 - versionName "1.1-b6" + versionCode 14 + versionName "1.1-b7" } buildTypes { release { |