Skip to content

Commit a584f5e

Browse files
authored
Merge branch 'Expensify:main' into fix/centered-modal-fade
2 parents 0636ce2 + f3621b7 commit a584f5e

115 files changed

Lines changed: 672 additions & 2860 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
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009038200
115-
versionName "9.3.82-0"
114+
versionCode 1009038203
115+
versionName "9.3.82-3"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

assets/images/coins.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/images/credit-card-multiple.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Loading

assets/images/paycheck.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/images/user-arrow-left.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@
908908
"victoryaxis",
909909
"victorybar",
910910
"victorychart",
911+
"victorygroup",
911912
"victorylabel",
912913
"victorylegend",
913914
"victoryline",

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.3.82.0</string>
47+
<string>9.3.82.3</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.3.82</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.82.0</string>
16+
<string>9.3.82.3</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)