AIRPlatform: default AIR SDK version to 32.0 instead of 28.0

You can't get 28.0 from Adobe anymore, but you can get 32.0
This commit is contained in:
Josh Tynjala
2025-02-24 15:49:32 -08:00
parent ec4305915d
commit d7b2b75f1e

View File

@@ -258,7 +258,7 @@ class AIRPlatform extends FlashPlatform
var context = generateContext();
context.OUTPUT_DIR = targetDirectory;
context.AIR_SDK_VERSION = project.config.getString("air.sdk-version", "28.0");
context.AIR_SDK_VERSION = project.config.getString("air.sdk-version", "32.0");
var buildNumber = Std.string(context.APP_BUILD_NUMBER);