Skip to content

Commit 22d78b4

Browse files
committed
Merge branch 'main' into fix-display-receipt-upload-error
2 parents 8b5fedc + c73ede0 commit 22d78b4

85 files changed

Lines changed: 1232 additions & 830 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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 1009017903
118-
versionName "9.1.79-3"
117+
versionCode 1009017907
118+
versionName "9.1.79-7"
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.79.3</string>
47+
<string>9.1.79.7</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.79</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.79.3</string>
16+
<string>9.1.79.7</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.79</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.79.3</string>
16+
<string>9.1.79.7</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.79-3",
3+
"version": "9.1.79-7",
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.",

patches/react-navigation/@react-navigation+core+7.10.0+001+fix-failing-jest-by-disabling-esmodule.patch

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,3 @@ index 089153b..0967ef4 100644
55
@@ -1 +1 @@
66
-{"type":"module"}
77
+{}
8-
diff --git a/node_modules/@react-navigation/material-top-tabs/lib/module/package.json b/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
9-
index 089153b..0967ef4 100644
10-
--- a/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
11-
+++ b/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
12-
@@ -1 +1 @@
13-
-{"type":"module"}
14-
+{}
15-
diff --git a/node_modules/@react-navigation/native-stack/lib/module/package.json b/node_modules/@react-navigation/native-stack/lib/module/package.json
16-
index 089153b..0967ef4 100644
17-
--- a/node_modules/@react-navigation/native-stack/lib/module/package.json
18-
+++ b/node_modules/@react-navigation/native-stack/lib/module/package.json
19-
@@ -1 +1 @@
20-
-{"type":"module"}
21-
+{}
22-
diff --git a/node_modules/@react-navigation/native/lib/module/package.json b/node_modules/@react-navigation/native/lib/module/package.json
23-
index 089153b..0967ef4 100644
24-
--- a/node_modules/@react-navigation/native/lib/module/package.json
25-
+++ b/node_modules/@react-navigation/native/lib/module/package.json
26-
@@ -1 +1 @@
27-
-{"type":"module"}
28-
+{}
29-
diff --git a/node_modules/@react-navigation/routers/lib/module/package.json b/node_modules/@react-navigation/routers/lib/module/package.json
30-
index 089153b..0967ef4 100644
31-
--- a/node_modules/@react-navigation/routers/lib/module/package.json
32-
+++ b/node_modules/@react-navigation/routers/lib/module/package.json
33-
@@ -1 +1 @@
34-
-{"type":"module"}
35-
+{}
36-
diff --git a/node_modules/@react-navigation/stack/lib/module/package.json b/node_modules/@react-navigation/stack/lib/module/package.json
37-
index 089153b..0967ef4 100644
38-
--- a/node_modules/@react-navigation/stack/lib/module/package.json
39-
+++ b/node_modules/@react-navigation/stack/lib/module/package.json
40-
@@ -1 +1 @@
41-
-{"type":"module"}
42-
+{}
43-
diff --git a/node_modules/@react-navigation/elements/lib/module/package.json b/node_modules/@react-navigation/elements/lib/module/package.json
44-
index 089153b..0967ef4 100644
45-
--- a/node_modules/@react-navigation/elements/lib/module/package.json
46-
+++ b/node_modules/@react-navigation/elements/lib/module/package.json
47-
@@ -1 +1 @@
48-
-{"type":"module"}
49-
+{}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
diff --git a/node_modules/@react-navigation/elements/lib/module/package.json b/node_modules/@react-navigation/elements/lib/module/package.json
2+
index 089153b..0967ef4 100644
3+
--- a/node_modules/@react-navigation/elements/lib/module/package.json
4+
+++ b/node_modules/@react-navigation/elements/lib/module/package.json
5+
@@ -1 +1 @@
6+
-{"type":"module"}
7+
+{}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
diff --git a/node_modules/@react-navigation/material-top-tabs/lib/module/package.json b/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
2+
index 089153b..0967ef4 100644
3+
--- a/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
4+
+++ b/node_modules/@react-navigation/material-top-tabs/lib/module/package.json
5+
@@ -1 +1 @@
6+
-{"type":"module"}
7+
+{}

0 commit comments

Comments
 (0)