From a3d965d2724847991586174b061a4ea0b74c3a1c Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 9 Mar 2026 17:54:33 +0000 Subject: [PATCH 1/3] Update version to 9.3.33-4 (cherry picked from commit 9eb4f448860afef86202a14c18b0dbbefdc100c1) (cherry-picked to staging by luacmartins) --- 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 ea6c46ea6fff..c12c296f8b9b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -111,8 +111,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1009033303 - versionName "9.3.33-3" + versionCode 1009033304 + versionName "9.3.33-4" // 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 824b19b6d45c..3ec433ad712b 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -44,7 +44,7 @@ CFBundleVersion - 9.3.33.3 + 9.3.33.4 FullStory OrgId diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index f66da3b7a7c7..a9850c3fcdac 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.3.33 CFBundleVersion - 9.3.33.3 + 9.3.33.4 NSExtension NSExtensionPointIdentifier diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index bb1c1db70215..6392c8918022 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.3.33 CFBundleVersion - 9.3.33.3 + 9.3.33.4 NSExtension NSExtensionAttributes diff --git a/package-lock.json b/package-lock.json index 100de8db3aae..53ac2ccaa6c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.3.33-3", + "version": "9.3.33-4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.3.33-3", + "version": "9.3.33-4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 450fbdb29f73..3f50241f4994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.3.33-3", + "version": "9.3.33-4", "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 c4f0d68dbe70358c04d98133f628ee6170d5892f Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 9 Mar 2026 18:00:02 +0000 Subject: [PATCH 2/3] Update Mobile-Expensify submodule version to 9.3.33-4 --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index f5a5e894d05e..2490799d259d 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit f5a5e894d05ee2002b308185b7257f400cf53c7e +Subproject commit 2490799d259dde3d077293d0688f165c8494e870 From 4292e1fbb6fba6ed9d64c600bbd22258065b493f Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Mon, 9 Mar 2026 11:06:23 -0600 Subject: [PATCH 3/3] Merge pull request #84599 from software-mansion-labs/fix/custom-avatar-resolves-to-fallback Fix for - Reports - Report row shows fallback avatar when user has custom avatar (cherry picked from commit 9def1e0d74e860beff8b0a549b568de9c730588b)