Skip to content

Commit aaa5afc

Browse files
committed
Merge remote-tracking branch 'origin' into fix/70809-per-diem-workspaces
2 parents 9f8d0e1 + 1d53062 commit aaa5afc

126 files changed

Lines changed: 2166 additions & 658 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

__mocks__/react-native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jest.doMock('react-native', () => {
4545
NativeModules: {
4646
...ReactNative.NativeModules,
4747
BootSplash: {
48-
hide: jest.fn(),
48+
hide: jest.fn().mockResolvedValue(undefined),
4949
logoSizeRatio: 1,
5050
navigationBarHeight: 0,
5151
},

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 1009022905
118-
versionName "9.2.29-5"
117+
versionCode 1009023001
118+
versionName "9.2.30-1"
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"

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ org.gradle.parallel=true
6262
patchedArtifacts.packageName=react-standalone
6363

6464
# Change this property to false if you want to use prebuilt react-native artifacts.
65-
patchedArtifacts.forceBuildFromSource=true
65+
patchedArtifacts.forceBuildFromSource=false

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,8 @@
760760
"moveElemsAttrsToGroup",
761761
"removeHiddenElems",
762762
"moveGroupAttrsToElems",
763+
"Dtype",
764+
"Areport",
763765
"mple",
764766
"Selec"
765767
],

gradleUtils/PatchedArtifactsSettings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ settings.extensions.configure(PatchedArtifactsConfig) { config ->
132132

133133
if(config.version == null || config.packageName == null || config.githubUsername == null || config.githubToken == null) {
134134
config.buildFromSource = true
135-
ExpensiLog.lifecycle("No matching artifacts version found for ${config.packageName}. Building react-native from source.")
135+
ExpensiLog.error("No matching artifacts version found for ${config.packageName}. Building react-native from source.")
136136
}
137137
else {
138138
config.buildFromSource = false

ios/NewExpensify/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundlePackageType</key>
2424
<string>APPL</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>9.2.29</string>
26+
<string>9.2.30</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>CFBundleURLTypes</key>
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.2.29.5</string>
47+
<string>9.2.30.1</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.2.29</string>
14+
<string>9.2.30</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.29.5</string>
16+
<string>9.2.30.1</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.2.29</string>
14+
<string>9.2.30</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.29.5</string>
16+
<string>9.2.30.1</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.

0 commit comments

Comments
 (0)