summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2017-07-25 16:18:52 +0100
committerMohamed Zenadi <mohamed@zenadi.com>2017-07-25 16:18:52 +0100
commit61b6ae829503b3eb7fca1f210aff43bdd551ff89 (patch)
treee2c0dfbc78d010ab87e77b034b1559956eadc67a
parentfafbfda0d89faebbdaf862c7eb061ab5d2c0f6a8 (diff)
drop support for ICS
This will reduce the specific code
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9f2338f4..6eecffa4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,7 +6,7 @@ android {
buildToolsVersion '25.0.3'
defaultConfig {
applicationId "com.zeapo.pwdstore"
- minSdkVersion 15
+ minSdkVersion 16
targetSdkVersion 25
versionCode 84
versionName "1.2.0.64"