Skip to content

Commit 8250380

Browse files
committed
Merge branch 'main' into feat/migrate-category-selector-to-navigation
2 parents b4ca0f7 + 71a4eb6 commit 8250380

520 files changed

Lines changed: 11549 additions & 10061 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.

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
- name: Setup Node
3232
uses: ./.github/actions/composite/setupNode
3333

34-
- name: Get number of CPU cores
35-
id: cpu-cores
36-
uses: SimenB/github-actions-cpu-cores@31e91de0f8654375a21e8e83078be625380e2b18
37-
3834
- name: Cache Jest cache
3935
id: cache-jest-cache
4036
# v5.0.1

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 1009036104
115-
versionName "9.3.61-4"
114+
versionCode 1009036205
115+
versionName "9.3.62-5"
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"
4.14 KB
Binary file not shown.
4.41 KB
Binary file not shown.
3.75 KB
Binary file not shown.
3.87 KB
Binary file not shown.

assets/fonts/native/ExpensifyNeue-Bold.otf

100755100644
4.14 KB
Binary file not shown.

assets/fonts/native/ExpensifyNeue-BoldItalic.otf

100755100644
4.41 KB
Binary file not shown.

assets/fonts/native/ExpensifyNeue-Italic.otf

100755100644
3.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)