This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-sdk.git
commit 8277d9e48288f11325c6dc71c5ab745f092c71f7 Author: Josh Tynjala <joshtynj...@apache.org> AuthorDate: Mon Mar 4 13:13:34 2024 -0800 build.properties: FP and AIR 32.0 --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 05c91f1163..7eb1542c3d 100644 --- a/build.properties +++ b/build.properties @@ -25,10 +25,10 @@ release.version = 4.17.0 build.number = 0 # Flash player version for which player global swc to use -playerglobal.version = 11.1 +playerglobal.version = 32.0 # AIR version number -air.version = 16.0 +air.version = 32.0 # Default locale for the SDK locale = en_US