From 11174c89018f4c989c661fe19f06101e5e2de52c Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 2 Apr 2025 18:45:14 +0000 Subject: [PATCH 1/2] Update version to 9.1.22-8 (cherry picked from commit 4a66f35b1d6e6ea3eefbb5e9056e17d74465b060) --- 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 8c4825ff4a2eb..f02a47d4d90e3 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 1009012207 - versionName "9.1.22-7" + versionCode 1009012208 + versionName "9.1.22-8" // 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 8867d92239991..a7bdf48cecbcf 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -44,7 +44,7 @@ CFBundleVersion - 9.1.22.7 + 9.1.22.8 FullStory OrgId diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index 8d622295ffc58..72f40466bb177 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.1.22 CFBundleVersion - 9.1.22.7 + 9.1.22.8 NSExtension NSExtensionPointIdentifier diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index f3cb28caaad84..ac4b7d0b18679 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.1.22 CFBundleVersion - 9.1.22.7 + 9.1.22.8 NSExtension NSExtensionAttributes diff --git a/package-lock.json b/package-lock.json index cacb2d39379f9..60164a8598387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.1.22-7", + "version": "9.1.22-8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.1.22-7", + "version": "9.1.22-8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c3696ab9cc23e..2429105a2fca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.1.22-7", + "version": "9.1.22-8", "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 082a51130267ec880bb9211f974d7ebb2e92c4a9 Mon Sep 17 00:00:00 2001 From: Georgia Monahan <38015950+grgia@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:01:56 +0100 Subject: [PATCH 2/2] Merge pull request #59532 from Expensify/georgia-revert-58645 [CP Staging] Revert "Merge pull request #58645 from daledah/fix/58341" (cherry picked from commit b64ca5ef96481f35e8a2252848d372769646b3b8) (CP triggered by AndrewGable)