From 90fb6af4ec1d19279c83c02990187e1729c97739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Wed, 22 Jul 2026 14:06:45 +0200 Subject: [PATCH 1/2] Update OnlineCordovaExport.js --- .../ExportAndShare/GenericExporters/OnlineCordovaExport.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js index 824c151fcae6..a736f887b7d6 100644 --- a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js +++ b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js @@ -57,7 +57,8 @@ export const SetupExportHeader = ({ control={} label={ - APK (for testing on device or sharing outside Google Play) + .apk - Android Package Kit (for testing on device or sharing + outside Google Play) } /> @@ -65,7 +66,9 @@ export const SetupExportHeader = ({ value={'androidAppBundle'} control={} label={ - Android App Bundle (for publishing on Google Play) + + .aab - Android App Bundle (for publishing on Google Play) + } /> From e014d253f50b6a4de20366a06ccbb1b404319832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Wed, 22 Jul 2026 14:58:37 +0200 Subject: [PATCH 2/2] Update OnlineCordovaExport.js --- .../ExportAndShare/GenericExporters/OnlineCordovaExport.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js index a736f887b7d6..3d0b1da01340 100644 --- a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js +++ b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js @@ -57,8 +57,7 @@ export const SetupExportHeader = ({ control={} label={ - .apk - Android Package Kit (for testing on device or sharing - outside Google Play) + APK (for testing on device or sharing outside Google Play) } /> @@ -67,7 +66,7 @@ export const SetupExportHeader = ({ control={} label={ - .aab - Android App Bundle (for publishing on Google Play) + Android App Bundle (.AAB file, for publishing on Google Play) } />