File tree Expand file tree Collapse file tree 6 files changed +4
-8
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 6 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- APP_VERSION = 2.6.2
2- APP_BUILD_NUMBER = 466
1+ APP_VERSION = 2.6.3
2+ APP_BUILD_NUMBER = 467
Original file line number Diff line number Diff line change 1+ - Removed USD support
Original file line number Diff line number Diff line change 1+ - Retrait du support de l'USD
Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ export const currencies = [
2121 label : "GBP • Pound sterling 🇬🇧" ,
2222 value : "GBP" as const
2323 } ,
24- {
25- label : "USD • United States dollar 🇺🇸" ,
26- value : "USD" as const
27- } ,
2824 {
2925 label : "JPY • Japanese yen 🇯🇵" ,
3026 value : "JPY" as const ,
Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ export const currencyToCountry = {
88 NZD : "NZ" ,
99 SEK : "SE" ,
1010 SGD : "SG" ,
11- USD : "US" ,
1211 ZAR : "ZA"
1312} as const ;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export const fiatCurrencies = [
88 "NZD" ,
99 "SEK" ,
1010 "SGD" ,
11- "USD" ,
1211 "ZAR" ,
1312 "AED" ,
1413 "AUD" ,
You can’t perform that action at this time.
0 commit comments