This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 22bfe7955 installer: default to AIR SDK and playerglobal 32.0 instead 
of 31.0
22bfe7955 is described below

commit 22bfe795592d763125f742c76a3558fe83375116
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Sep 4 14:15:11 2025 -0700

    installer: default to AIR SDK and playerglobal 32.0 instead of 31.0
    
    Adobe doesn't seem to provide versions older than 32.0 anymore. We could 
potentially remove or comment out the old versions, but this is a small 
improvement to start.
---
 content/installer/sdk-installer-config-4.0.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/installer/sdk-installer-config-4.0.xml 
b/content/installer/sdk-installer-config-4.0.xml
index 3f71a116c..d5863819e 100644
--- a/content/installer/sdk-installer-config-4.0.xml
+++ b/content/installer/sdk-installer-config-4.0.xml
@@ -126,7 +126,7 @@ limitations under the License.
             </versions>
         </linux>
         <windows>
-            <versions default="31.0">
+            <versions default="32.0">
                 <versionA id="air.sdk.version.windows.2.6" version="2.6" 
displayVersion="2.6">
                     <server 
id="air.sdk.server.windows.2.6">http://airdownload.adobe.com</server>
                     <folder 
id="air.sdk.folder.windows.2.6">air/win/download/2.6/</folder>
@@ -356,7 +356,7 @@ limitations under the License.
             </versions>
         </windows>
         <mac>
-            <versions default="31.0">
+            <versions default="32.0">
                 <versionA id="air.sdk.version.mac.2.6" version="2.6" 
displayVersion="2.6">
                     <server 
id="air.sdk.server.mac.2.6">http://airdownload.adobe.com</server>
                     <folder 
id="air.sdk.folder.mac.2.6">air/mac/download/2.6/</folder>
@@ -587,7 +587,7 @@ limitations under the License.
         </mac>
     </airsdk>
     <flashsdk>
-        <versions default="31.0">
+        <versions default="32.0">
             <versionA id="flash.sdk.version.10.2" version="10.2" 
displayVersion="10.2" cacheID="4a238-4ca7abb2dbb80">
                 <server 
id="flash.sdk.server.10.2">http://fpdownload.macromedia.com</server>
                 <folder 
id="flash.sdk.folder.10.2">get/flashplayer/installers/archive/playerglobal/</folder>

Reply via email to