From 686f15ff231f43f409d7065be312038e05a29fe6 Mon Sep 17 00:00:00 2001 From: "Andrew V. Belousoff" Date: Fri, 27 Oct 2017 16:44:04 +0300 Subject: [PATCH] Increase the minimum supported API level from 10 to 14 --- database/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/app/build.gradle b/database/app/build.gradle index a3fafc9..6e3a16b 100644 --- a/database/app/build.gradle +++ b/database/app/build.gradle @@ -6,7 +6,7 @@ android { defaultConfig { applicationId "org.cocos2dx.hellocpp" - minSdkVersion 10 + minSdkVersion 14 targetSdkVersion 22 versionCode 1 versionName "1.0"