From 0fa58f61c646e28758acc317b9375b64b68e1325 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 5 Sep 2026 07:00:41 +1000 Subject: [PATCH 1/2] feat(news): AIR SDK release 51.3.4.3 post --- news/2026-09-04-release-51.3.4.3.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 news/2026-09-04-release-51.3.4.3.md diff --git a/news/2026-09-04-release-51.3.4.3.md b/news/2026-09-04-release-51.3.4.3.md new file mode 100644 index 000000000..5bb2fa6bf --- /dev/null +++ b/news/2026-09-04-release-51.3.4.3.md @@ -0,0 +1,27 @@ +--- +title: Release 51.3.4.3 +authors: [ marchbold ] +tags: [ airsdk, updates ] +--- + +New AIR SDK Release **51.3.4.3** + +- [Release Notes](https://airsdk.harman.com/api/versions/51.3.4.3/release-notes/Release_Notes_AIR_SDK_51.3.4.pdf) + + + +## Download + +Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started + +- https://github.com/airsdk/airsdkmanager-releases/releases/latest + +:::info +For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files. +::: + +## Bug Fixes + +- [github-3381](https://github.com/airsdk/Adobe-Runtime-Support/issues/3381): Correcting Android Capabilities.supports64BitProcesses +- [github-4294](https://github.com/airsdk/Adobe-Runtime-Support/issues/4294): Ensuring Android webview complete event is always sent properly +- [github-4321](https://github.com/airsdk/Adobe-Runtime-Support/issues/4321): Fixing black-screen start-up regression on pre-Android 13 devices From 9e06a1732fb3bbe5faef5314702ccc283313bb27 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 5 Sep 2026 09:26:09 +1000 Subject: [PATCH 2/2] Fix capitalisation Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- news/2026-09-04-release-51.3.4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2026-09-04-release-51.3.4.3.md b/news/2026-09-04-release-51.3.4.3.md index 5bb2fa6bf..b79ec8031 100644 --- a/news/2026-09-04-release-51.3.4.3.md +++ b/news/2026-09-04-release-51.3.4.3.md @@ -23,5 +23,5 @@ For Flex users: download an AIR SDK using the above and then click on the cog bu ## Bug Fixes - [github-3381](https://github.com/airsdk/Adobe-Runtime-Support/issues/3381): Correcting Android Capabilities.supports64BitProcesses -- [github-4294](https://github.com/airsdk/Adobe-Runtime-Support/issues/4294): Ensuring Android webview complete event is always sent properly +- [github-4294](https://github.com/airsdk/Adobe-Runtime-Support/issues/4294): Ensuring Android WebView complete event is always sent properly - [github-4321](https://github.com/airsdk/Adobe-Runtime-Support/issues/4321): Fixing black-screen start-up regression on pre-Android 13 devices