aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorknuthy <knuthy@gmail.com>2014-09-13 11:53:52 +0200
committerknuthy <knuthy@gmail.com>2014-09-13 11:53:52 +0200
commit62877a53db54ab94c2112b9d1c97a8860b686945 (patch)
tree5928dcfadfaf1db17911e69a85205716c966bd93 /app
parent50b5a118cabf480781bbed501beb425acaea5b64 (diff)
version bump and readme update
Diffstat (limited to 'app')
-rw-r--r--app/app-release.apkbin1717641 -> 1717643 bytes
-rw-r--r--app/build.gradle6
2 files changed, 3 insertions, 3 deletions
diff --git a/app/app-release.apk b/app/app-release.apk
index 3be6a868..a633ffc2 100644
--- a/app/app-release.apk
+++ b/app/app-release.apk
Binary files differ
diff --git a/app/build.gradle b/app/build.gradle
index 318f9538..f44b837a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,10 +6,10 @@ android {
defaultConfig {
applicationId "com.zeapo.pwdstore"
- minSdkVersion 14
+ minSdkVersion 15
targetSdkVersion 19
- versionCode 8
- versionName "1.1-b3"
+ versionCode 9
+ versionName "1.1-b4"
}
buildTypes {
release {