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
+4 -4
View File
@@ -5,14 +5,14 @@ android {
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
defaultConfig { defaultConfig {
applicationId "org.love2d.android" applicationId "org.love2d.android"
versionCode 23 versionCode 24
versionName "0.11.0-alpha1" versionName "11.0.0"
minSdkVersion 10 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
} }
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
+1 -1
View File
@@ -12,7 +12,7 @@ android {
defaultConfig { defaultConfig {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
minSdkVersion 10 minSdkVersion 14
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {
arguments "-j4" arguments "-j4"