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/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3f508a2fc8 build.properties: set air.version to 32.0, which is the 
final version from Adobe
3f508a2fc8 is described below

commit 3f508a2fc84f3c2f75d5efb36ae2ce702ee2dd1e
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Jul 7 15:36:13 2026 -0700

    build.properties: set air.version to 32.0, which is the final version from 
Adobe
    
    It's not possible to download AIR SDK 14.0 from Adobe anymore, but 32.0 
remains publicly available. Our README and various scripts were long ago 
updated to download version 32.0, so this is mostly just housekeeping.
    
    Should playerglobal.version be updated from 11.1 to 32.0 too? Probably, but 
I'll stick specifically to AIR for this commit.
---
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index eb92f60174..8ddc6cf8fb 100644
--- a/build.properties
+++ b/build.properties
@@ -39,7 +39,7 @@ build.number = 0
 playerglobal.version = 11.1
 
 # AIR version number
-air.version = 14.0
+air.version = 32.0
 
 # Default locale for the SDK
 locale = en_US

Reply via email to