Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION=2.6.3
APP_BUILD_NUMBER=467
APP_VERSION=2.6.4
APP_BUILD_NUMBER=468
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/468.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added back USD support
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/468.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ajout du support de l'USD
4 changes: 4 additions & 0 deletions src/config/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const currencies = [
label: "GBP • Pound sterling 🇬🇧",
value: "GBP" as const
},
{
label: "USD • United States dollar 🇺🇸",
value: "USD" as const
},
{
label: "JPY • Japanese yen 🇯🇵",
value: "JPY" as const,
Expand Down
1 change: 1 addition & 0 deletions src/config/fiatCurrencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const fiatCurrencies = [
"NZD",
"SEK",
"SGD",
"USD",
"ZAR",
"AED",
"AUD",
Expand Down
Loading