Set minSdkVersion to 28
Should resolve part of the issues related here: https://github.com/openfl/lime/issues/1923#issuecomment-2719250849
This commit is contained in:
@@ -469,7 +469,7 @@ class AndroidPlatform extends PlatformTarget
|
||||
context.CPP_DIR = targetDirectory + "/obj";
|
||||
context.OUTPUT_DIR = targetDirectory;
|
||||
context.ANDROID_INSTALL_LOCATION = project.config.getString("android.install-location", "auto");
|
||||
context.ANDROID_MINIMUM_SDK_VERSION = project.config.getInt("android.minimum-sdk-version", 21);
|
||||
context.ANDROID_MINIMUM_SDK_VERSION = project.config.getInt("android.minimum-sdk-version", 28);
|
||||
context.ANDROID_TARGET_SDK_VERSION = project.config.getInt("android.target-sdk-version", 34);
|
||||
context.ANDROID_EXTENSIONS = project.config.getArrayString("android.extension");
|
||||
context.ANDROID_PERMISSIONS = project.config.getArrayString("android.permission", [
|
||||
|
||||
Reference in New Issue
Block a user