diff options
author | Mahatma | 2017-10-12 13:29:46 -0400 |
---|---|---|
committer | Notkea | 2017-10-14 13:05:14 +0200 |
commit | 2894daf55abe1baf37491a23ec026826ce33c450 (patch) | |
tree | 17c00771323251e65c65c87f414899f683ddd813 | |
parent | f6311dc7be321a2f2251e397c4b1d860e570ee24 (diff) | |
download | tincapp-2894daf55abe1baf37491a23ec026826ce33c450.tar.gz |
lower requirements from android api-lvl 21 to api-lvl 14
-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 42a4834..dd14097 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -8,7 +8,7 @@ android { | |||
8 | 8 | ||
9 | defaultConfig { | 9 | defaultConfig { |
10 | applicationId "org.pacien.tincapp" | 10 | applicationId "org.pacien.tincapp" |
11 | minSdkVersion 21 | 11 | minSdkVersion 14 |
12 | targetSdkVersion 21 | 12 | targetSdkVersion 21 |
13 | multiDexEnabled true | 13 | multiDexEnabled true |
14 | versionCode 7 | 14 | versionCode 7 |