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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user