From 4472178b666b575062d459e32ba0cab6b047daa4 Mon Sep 17 00:00:00 2001 From: codestation Date: Tue, 6 Sep 2016 20:08:42 -0400 Subject: [PATCH] The required Android version is 2.3.3 and above. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 771f38b..18f46d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 - buildToolsVersion "24.0.1" + buildToolsVersion "24.0.2" defaultConfig { applicationId "com.codestation.henkakuserver" - minSdkVersion 15 + minSdkVersion 10 targetSdkVersion 24 versionCode 6 versionName "1.5"