aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahatma2017-10-12 13:29:46 -0400
committerNotkea2017-10-14 13:05:14 +0200
commit2894daf55abe1baf37491a23ec026826ce33c450 (patch)
tree17c00771323251e65c65c87f414899f683ddd813
parentf6311dc7be321a2f2251e397c4b1d860e570ee24 (diff)
downloadtincapp-2894daf55abe1baf37491a23ec026826ce33c450.tar.gz
lower requirements from android api-lvl 21 to api-lvl 14
-rw-r--r--app/build.gradle2
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