New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with used SDL2 version

This commit is contained in:
Martin Felis
2018-04-01 22:47:22 +02:00
parent ec8b710a93
commit 75306e8e63
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ android {
defaultConfig {
compileSdkVersion 25
buildToolsVersion "26.0.2"
minSdkVersion 10
minSdkVersion 14
externalNativeBuild {
ndkBuild {
arguments "-j4"