Skip to content

Commit bf3a5c1

Browse files
committed
Merge branch 'main' into VickyStash/bugfix/improve-onboardingInitialPath-check
2 parents 3582506 + 7aea7e3 commit bf3a5c1

45 files changed

Lines changed: 406 additions & 172 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 1009018403
118-
versionName "9.1.84-3"
117+
versionCode 1009018502
118+
versionName "9.1.85-2"
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"

cspell.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ADDCOMMENT",
99
"Addendums",
1010
"ADFS",
11+
"Aeroplan",
1112
"águero",
1213
"Aircall",
1314
"airshipconfig",
@@ -37,6 +38,7 @@
3738
"ARROWLEFT",
3839
"ARROWRIGHT",
3940
"ARROWUP",
41+
"ARNK",
4042
"artículo",
4143
"artículos",
4244
"as_siteseach",
@@ -110,6 +112,7 @@
110112
"cmjs",
111113
"cocoapods",
112114
"Codat",
115+
"codeshare",
113116
"codegen",
114117
"Codice",
115118
"Combustors",
@@ -171,6 +174,7 @@
171174
"endfor",
172175
"entityid",
173176
"Entra",
177+
"enroute",
174178
"ENVFILE",
175179
"Ephermeral",
176180
"ERECEIPT",
@@ -529,7 +533,9 @@
529533
"Saqbd",
530534
"SBFJ",
531535
"Scaleway",
532-
"Scaleway’s",
536+
"Scaleway's",
537+
"schedulable",
538+
"Schengen",
533539
"Schiffli",
534540
"SCIM",
535541
"scriptname",
@@ -598,6 +604,7 @@
598604
"togglefullscreen",
599605
"TOTP",
600606
"touchables",
607+
"Touchless",
601608
"TQBQW",
602609
"Trainline",
603610
"tranid",
@@ -647,6 +654,7 @@
647654
"vvcf",
648655
"vypj",
649656
"waitlist",
657+
"waitlisted",
650658
"Warchoł",
651659
"WDYR",
652660
"webapps",

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.1.84</string>
26+
<string>9.1.85</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.1.84.3</string>
47+
<string>9.1.85.2</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.1.84</string>
14+
<string>9.1.85</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.84.3</string>
16+
<string>9.1.85.2</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.1.84</string>
14+
<string>9.1.85</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.84.3</string>
16+
<string>9.1.85.2</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ContactsModule_kotlinVersion=1.9.24
2-
ContactsModule_minSdkVersion=23
3-
ContactsModule_targetSdkVersion=34
4-
ContactsModule_compileSdkVersion=34
5-
ContactsModule_ndkVersion=26.1.10909125
1+
ContactsModule_kotlinVersion=2.0.21
2+
ContactsModule_minSdkVersion=24
3+
ContactsModule_targetSdkVersion=35
4+
ContactsModule_compileSdkVersion=35
5+
ContactsModule_ndkVersion=27.1.12297006
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ReactNativeBackgroundTask_kotlinVersion=2.0.21
22
ReactNativeBackgroundTask_minSdkVersion=24
3-
ReactNativeBackgroundTask_targetSdkVersion=34
3+
ReactNativeBackgroundTask_targetSdkVersion=35
44
ReactNativeBackgroundTask_compileSdkVersion=35
55
ReactNativeBackgroundTask_ndkversion=27.1.12297006
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ReactNativeHybridApp_kotlinVersion=2.0.21
22
ReactNativeHybridApp_minSdkVersion=24
3-
ReactNativeHybridApp_targetSdkVersion=34
3+
ReactNativeHybridApp_targetSdkVersion=35
44
ReactNativeHybridApp_compileSdkVersion=35
55
ReactNativeHybridApp_ndkVersion=27.1.12297006

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)