From f6e8caf2cd485086f9aa9a57f5396a5ef8c6161e Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 8 Oct 2025 18:29:08 +0000 Subject: [PATCH 1/3] Update version to 9.2.27-5 (cherry picked from commit 985e85be1e4c9831842c1b90d61727feb34cb789) (cherry-picked to staging by lakchote) --- android/app/build.gradle | 4 ++-- ios/NewExpensify/Info.plist | 2 +- ios/NotificationServiceExtension/Info.plist | 2 +- ios/ShareViewController/Info.plist | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 02133ba8d5b2..fb3519f90da3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -114,8 +114,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1009022704 - versionName "9.2.27-4" + versionCode 1009022705 + versionName "9.2.27-5" // Supported language variants must be declared here to avoid from being removed during the compilation. // This also helps us to not include unnecessary language variants in the APK. resConfigs "en", "es" diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 662f96945cf2..fff419595996 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -44,7 +44,7 @@ CFBundleVersion - 9.2.27.4 + 9.2.27.5 FullStory OrgId diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index dfa3be6a8d1a..d3e9377f25fc 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.2.27 CFBundleVersion - 9.2.27.4 + 9.2.27.5 NSExtension NSExtensionPointIdentifier diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index 10b5b84738bb..41b5b2c4ddbf 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.2.27 CFBundleVersion - 9.2.27.4 + 9.2.27.5 NSExtension NSExtensionAttributes diff --git a/package-lock.json b/package-lock.json index e19d27bbc26e..f4bd004d6900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.2.27-4", + "version": "9.2.27-5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.2.27-4", + "version": "9.2.27-5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c639aad6979c..9296227ad683 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.2.27-4", + "version": "9.2.27-5", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", From def9fb2cef88c212409863ec15db909a1feeda59 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 8 Oct 2025 18:31:39 +0000 Subject: [PATCH 2/3] Update Mobile-Expensify submodule version to 9.2.27-5 --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index dd19b8f51ec1..3e238f3d48cf 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit dd19b8f51ec16bb266e7daf794b4b0e0ce10bd8b +Subproject commit 3e238f3d48cf31bcce96b003fb23a52e40698fba From 823e9d6699db729ee4a3b907d22483929789d98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucien=20Akchot=C3=A9?= Date: Wed, 8 Oct 2025 20:27:08 +0200 Subject: [PATCH 3/3] Merge pull request #72124 from Expensify/cherry-pick-staging-72106-18353794631-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🍒 Cherry pick PR #72106 to staging 🍒 (cherry picked from commit eea727556744bc00efa5ab5a35e228fcf7a77f9d)