mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
Increase minimum SDK version to API 16.
Don't think anyone uses ICS nowadays?
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ android {
|
||||
defaultConfig {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "30.0.2"
|
||||
minSdkVersion 14
|
||||
minSdkVersion 16
|
||||
resValue 'bool', 'embed', 'false'
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
||||
Reference in New Issue
Block a user