mirror of
https://github.com/love2d/love-android.git
synced 2026-08-22 13:35:05 +02:00
New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with used SDL2 version
This commit is contained in:
+4
-4
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user