diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 16:18:52 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 16:18:52 +0100 |
commit | 61b6ae829503b3eb7fca1f210aff43bdd551ff89 (patch) | |
tree | e2c0dfbc78d010ab87e77b034b1559956eadc67a | |
parent | fafbfda0d89faebbdaf862c7eb061ab5d2c0f6a8 (diff) |
drop support for ICS
This will reduce the specific code
-rw-r--r-- | app/build.gradle | 2 |
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" |