From 05166f28cbcec64899a31b880b2b8551d4920c10 Mon Sep 17 00:00:00 2001 From: misaochan Date: Sun, 11 Dec 2016 21:26:58 +1300 Subject: [PATCH] Bump minSDK to API 15 (4.0.3) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1255e118e..f37125d93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ android { defaultConfig { applicationId "fr.free.nrw.commons" - minSdkVersion 11 + minSdkVersion 15 targetSdkVersion 23 ndk {