mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Bump Minimum SDK to API 18 (KitKat)
Support for Jelly Bean has been gone the moment we update NDK toolchain version. See #279 for the rational on this change.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ android {
|
||||
applicationId project.properties["app.application_id"]
|
||||
versionCode project.properties["app.version_code"].toInteger()
|
||||
versionName project.properties["app.version_name"]
|
||||
minSdk 16
|
||||
minSdk 18
|
||||
compileSdk 34
|
||||
targetSdk 34
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ android {
|
||||
ndkVersion '25.2.9519653'
|
||||
|
||||
defaultConfig {
|
||||
minSdk 16
|
||||
minSdk 18
|
||||
compileSdk 34
|
||||
targetSdk 34
|
||||
externalNativeBuild {
|
||||
|
||||
Reference in New Issue
Block a user