Skip to content

Commit 48969a3

Browse files
committed
AndroidPlatform: minimum SDK 21
To match commit ee1d56e
1 parent 9f2f518 commit 48969a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platforms/AndroidPlatform.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class AndroidPlatform extends PlatformTarget
475475
context.CPP_DIR = targetDirectory + "/obj";
476476
context.OUTPUT_DIR = targetDirectory;
477477
context.ANDROID_INSTALL_LOCATION = project.config.getString("android.install-location", "auto");
478-
context.ANDROID_MINIMUM_SDK_VERSION = project.config.getInt("android.minimum-sdk-version", 28);
478+
context.ANDROID_MINIMUM_SDK_VERSION = project.config.getInt("android.minimum-sdk-version", 21);
479479
context.ANDROID_TARGET_SDK_VERSION = project.config.getInt("android.target-sdk-version", 35);
480480
context.ANDROID_EXTENSIONS = project.config.getArrayString("android.extension");
481481
context.ANDROID_PERMISSIONS = project.config.getArrayString("android.permission", [

0 commit comments

Comments
 (0)