diff options
author | knuthy <knuthy@gmail.com> | 2014-09-06 14:54:53 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-06 14:54:53 +0200 |
commit | 51b333400030dd56c35efeeda86817d2584982f5 (patch) | |
tree | 7529a802dd15e18144d3b11956f3acaf4e90fafb /app/build.gradle | |
parent | f0152ecfa2f5207f5571d5e992344d04467be9ba (diff) |
added copy password with a timer
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 24f8ea18..33e2b78a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 20 - buildToolsVersion "20.0.0" + compileSdkVersion 19 + buildToolsVersion "19.1.0" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 14 - targetSdkVersion 20 + targetSdkVersion 19 versionCode 6 versionName "1.1-b1" } |