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