Skip to content

Commit c39312b

Browse files
resolve merge conflicts
2 parents 0c2dbac + 8815437 commit c39312b

9 files changed

Lines changed: 10 additions & 12 deletions

File tree

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ android {
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116116
multiDexEnabled rootProject.ext.multiDexEnabled
117-
versionCode 1009016603
118-
versionName "9.1.66-3"
117+
versionCode 1009016605
118+
versionName "9.1.66-5"
119119
// Supported language variants must be declared here to avoid from being removed during the compilation.
120120
// This also helps us to not include unnecessary language variants in the APK.
121121
resConfigs "en", "es"

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.1.66.3</string>
47+
<string>9.1.66.5</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.1.66</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.66.3</string>
16+
<string>9.1.66.5</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.1.66</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.66.3</string>
16+
<string>9.1.66.5</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.1.66-3",
3+
"version": "9.1.66-5",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

src/libs/actions/Welcome/OnboardingFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const getOnboardingMessages = () => {
303303

304304
const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage = {
305305
...onboardingEmployerOrSubmitMessage,
306-
tasks: [testDriveEmployeeTask, combinedTrackSubmitExpenseTask, reviewWorkspaceSettingsTask],
306+
tasks: [testDriveEmployeeTask, combinedTrackSubmitExpenseTask],
307307
};
308308

309309
const onboardingPersonalSpendMessage: OnboardingMessage = {

src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ import {
5656
import {getTransactionID, hasReceipt as hasReceiptTransactionUtils} from '@libs/TransactionUtils';
5757
import willBlurTextInputOnTapOutsideFunc from '@libs/willBlurTextInputOnTapOutside';
5858
import Navigation from '@navigation/Navigation';
59-
import AgentZeroProcessingRequestIndicator from '@pages/home/report/AgentZeroProcessingRequestIndicator';
6059
import ParticipantLocalTime from '@pages/home/report/ParticipantLocalTime';
6160
import ReportDropUI from '@pages/home/report/ReportDropUI';
6261
import ReportTypingIndicator from '@pages/home/report/ReportTypingIndicator';
@@ -711,7 +710,6 @@ function ReportActionCompose({
711710
>
712711
{!shouldUseNarrowLayout && <OfflineIndicator containerStyles={[styles.chatItemComposeSecondaryRow]} />}
713712
<ReportTypingIndicator reportID={reportID} />
714-
<AgentZeroProcessingRequestIndicator reportID={reportID} />
715713
{!!exceededMaxLength && (
716714
<ExceededCommentLength
717715
maxCommentLength={exceededMaxLength}

0 commit comments

Comments
 (0)