From 4eab8b36c43817b426d3091b9a21382c29ee9a6e Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Fri, 23 Mar 2018 22:54:17 +0100 Subject: [PATCH] reduced minSdkVersion to 15 --- README.md | 2 ++ app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 146f407..4053112 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The app will exit on the first touch event. Dependencies ------------ +The minimum required version of Android is 4.0.3 (Ice Cream Sandwich MR1). + This project depends on the Allegro game development library (http://liballeg.org); the dependency is automatically resolved by Android Studio using the Maven AAR distribution of Allegro (https://bintray.com/liballeg/maven). diff --git a/app/build.gradle b/app/build.gradle index 3bd451f..6f6a976 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ android { compileSdkVersion 27 defaultConfig { applicationId "com.tksls.yellowrectangle" - minSdkVersion 23 + minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0"