Skip to content

Commit

Permalink
Merge branch 'main' into fix/31992-migrate-iou-currency-selection-to-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Apr 12, 2024
2 parents c055d06 + b59ae94 commit 5645f06
Show file tree
Hide file tree
Showing 130 changed files with 1,959 additions and 1,618 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001046200
versionName "1.4.62-0"
versionCode 1001046204
versionName "1.4.62-4"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
32 changes: 31 additions & 1 deletion assets/images/new-expensify-adhoc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion assets/images/new-expensify-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion assets/images/new-expensify-stg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const includeModules = [
].join('|');

const environmentToLogoSuffixMap: Record<string, string> = {
production: '',
production: '-dark',
staging: '-stg',
dev: '-dev',
adhoc: '-adhoc',
Expand Down
Loading

0 comments on commit 5645f06

Please sign in to comment.